Date: Thu, 1 Jul 2004 23:34:06 +0000 (UTC) From: Jayanth Vijayaraghavan <jayanth@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c Message-ID: <200407012334.i61NY61A099315@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jayanth 2004-07-01 23:34:06 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: On receiving 3 duplicate acknowledgements, SACK recovery was not being entered correctly. Fix this problem by separating out the SACK and the newreno cases. Also, check if we are in FASTRECOVERY for the sack case and if so, turn off dupacks. Fix an issue where the congestion window was not being incremented by ssthresh. Thanks to Mohan Srinivasan for finding this problem. Revision Changes Path 1.249 +20 -7 src/sys/netinet/tcp_input.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407012334.i61NY61A099315>