]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r210666:
authorandre <andre@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 14 Aug 2010 19:36:48 +0000 (19:36 +0000)
committerandre <andre@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 14 Aug 2010 19:36:48 +0000 (19:36 +0000)
commit76575ab58e6f6151078372b05ea357cb44ec7cc9
treee17c19bd199b0aa19065644bf180caec3eae30cd
parentfc49683850645e7f03a59f9a4b5dbca7a4a97c72
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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@211312 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/tcp_syncache.c