Date: Sat, 14 Aug 2010 19:36:48 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet tcp_syncache.c Message-ID: <201008141936.o7EJau69082403@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andre 2010-08-14 19:36:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet tcp_syncache.c Log: SVN rev 211312 on 2010-08-14 19:36:48Z by andre MFC r210666: Fix a bug in syncache where the initial CWND for new incoming connections was limited to one segment under the faulty assumption of a retransmit. Due to this the opportunity to initialize the increased congestion window according to RFC3390 was missed. Revision Changes Path 1.176.2.4 +2 -1 src/sys/netinet/tcp_syncache.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008141936.o7EJau69082403>