summaryrefslogtreecommitdiff
path: root/sys/net/if.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2010-09-24 02:59:47 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2010-09-24 02:59:47 +0000
commit31e2f59e8c8a6fa052489381e45a195e88ce638c (patch)
tree986bd8c580c587575ac30f491bb3ca9e441f0d75 /sys/net/if.h
parent1e5d893cfbeb506fb1db4168cecd4a2484185f27 (diff)
TCP send and recv buffer scaling.
Send buffer is scaled by not accounting unacknowledged on the wire data against the buffer limit. Receive buffer scaling is done similar to FreeBSD -- measure the delay * bandwith product and base the buffer on that. The problem is that our RTT measurment is coarse so it overshoots on low delay links. This does not matter that much since the recvbuffer is almost always empty. Add a back pressure mechanism to control the amount of memory assigned to socketbuffers that kicks in when 80% of the cluster pool is used. Increases the download speed from 300kB/s to 4.4MB/s on ftp.eu.openbsd.org. Based on work by markus@ and djm@. OK dlg@, henning@, put it in deraadt@
Diffstat (limited to 'sys/net/if.h')
0 files changed, 0 insertions, 0 deletions