On Sun, Oct 10, 2010 at 11:22:03AM +0100, Kevin Chadwick wrote: > On Mon, 11 Oct 2010 02:44:35 -0600 (MDT) > Claudio Jeker <clau...@cvs.openbsd.org> wrote: > > > CVSROOT: /cvs > > Module name: src > > Changes by: clau...@cvs.openbsd.org 2010/10/11 02:44:34 > > > > Modified files: > > sbin/sysctl : sysctl.8 > > > > Log message: > > Remove net.inet.tcp.recvspace and net.inet.tcp.sendspace here as well. > > Reminded by jmc@ > > > > Is it worth keeping them (probably not, but figured I'd throw it in the > pot) as overrides in case someone wants to do something pedantic, such > as making them divisible by mss?
The current code rounds the buffer to mss boundaries and does a lot more. There is still the socket option to fiddle and twiddle with the buffers. -- :wq Claudio