chiark / gitweb /
Abolish playrtp's "readahead" variable (and associated -b option).
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 11 Apr 2009 19:13:04 +0000 (20:13 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 11 Apr 2009 19:13:04 +0000 (20:13 +0100)
commit0e72bf84b9d3a45de98bb3dbb30ef2d2aaabb4ca
tree2d70390b51a20aa935cf784b29a7fcb02f35f9a8
parent033ede991df0a345d5af51f433ab3066cb5e2877
Abolish playrtp's "readahead" variable (and associated -b option).
There's just minbuffer and maxbuffer now.  minbuffer has the same
meaning as before but is additionally used for what readahead used to
be.  maxbuffer defaults to 2*minbuffer.

The man page mentions them, but refers you to the source code, which
now goes into more detail in comment than it did before.

playrtp also no longer adjusts the socket buffer size, accepting the
operating system's default.  Even the relatively small (~40K) Mac one
gives us a couple of dozen typical-sized packets; experimentally it's
quite enough to cope even with a 'make -j' of DisOrder running on the
same host.
clients/playrtp.c
doc/disorder-playrtp.1.in