Date: Sun, 2 Dec 2001 00:49:30 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c tcp_output.c tcp_syncache.c tcp_var.h Message-ID: <200112020849.fB28nUd98239@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2001/12/02 00:49:30 PST
Modified files:
sys/netinet tcp_input.c tcp_output.c tcp_syncache.c
tcp_var.h
Log:
Fix a bug with transmitter restart after receiving a 0 window. The
receiver was not sending an immediate ack with delayed acks turned on
when the input buffer is drained, preventing the transmitter from
restarting immediately.
Propogate the TCP_NODELAY option to accept()ed sockets. (Helps tbench and
is a good idea anyway).
Some cleanup. Identify additonal issues in comments.
MFC after: 1 day
Revision Changes Path
1.144 +7 -2 src/sys/netinet/tcp_input.c
1.56 +40 -14 src/sys/netinet/tcp_output.c
1.4 +1 -1 src/sys/netinet/tcp_syncache.c
1.75 +1 -0 src/sys/netinet/tcp_var.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112020849.fB28nUd98239>
