CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/09/29 02:18:23
Modified files:
sys/netinet : tcp_input.c
Log message:
Do not delay ACKs on connections using loopback interfaces. There is no
reason to reduce the amount of ACKs sent and delayed ACKs have a very bad
interaction with the large MTU of lo(4) and the fairly small socketbuffer
size. In collaboration with an...@freebsd.
OK deraadt@
