Custom Query (257 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 257)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#97 fixed roar_vs_latency() should have an interpolating mode ph3-der-loewe themaister
Description

When calling roar_vs_latency() a lot (video players typically), there needs to be a way to avoid going over the network to determine this. I suggest that roar_vs_latency() should have a mode where it returns latency immediately using some kind of calculation. Implementation details should be discussed.

#175 fixed Muroar uses illegal pointer-aliasing. themaister
Description

From muroar.c:289

*(uint32_t*)(&(buf[1])) = htonl(getpid());

Where buf is declared as a: unsigned char buf[MUROAR_IOBUF];

This causes undefined behavior.

This bug might be found in other roar* packages as well.

#70 fixed init script should not kill not existent process the-me
Description

On Debian, the init script calls "kill cat foo.pid, if it is called twice, the pid file does not exist - as long as the rpld process, and it will print a big bold usage message of kill.

kill should be only called, if the pidfile exists and the value is not empty.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.