cvs commit: src/sys/netinet tcp_output.c
Jeffrey Hsu
hsu at crater.dragonflybsd.org
Thu Sep 18 11:33:55 PDT 2003
hsu 2003/09/18 11:32:55 PDT
Modified files:
sys/netinet tcp_output.c
Log:
Reset the retransmit counter when setting the timer on a failed
ip_output(). This prevents ENOBUFS errors from later inadvertently
timing out a connection prematurely.
Switch over to the persist timer while we're at it.
Problem reported by: Jayanth Vijayaraghavan <jayanth at xxxxxxxxxxxxx>
Obtained from: BSD/OS
Revision Changes Path
1.7 +9 -3 src/sys/netinet/tcp_output.c
More information about the Commits
mailing list