]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
Partially MFC r215166:
authorlstewart <lstewart@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 27 Nov 2010 02:18:55 +0000 (02:18 +0000)
committerlstewart <lstewart@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 27 Nov 2010 02:18:55 +0000 (02:18 +0000)
commit08b93a079783ee917b2684f274b76fa3ef4e78c6
treea34e0321e5e1ab070d48a97ac3f2fcaa9f785410
parent8437ded69c30be7f2818c6189649437bd04e7e34
Partially MFC r215166:

Disable priming the congestion window from the host cache. The current method
interacts poorly with delayed ack and appropriate byte counting amongst other
things, resulting in undesired delay during a connection's opening slow start.
Even if we did fix the issues, the current method is still dubious at best and
needs to be thought through thoroughly.

Due to a mistake on my behalf, the change described above was committed to head
as part of a larger patch in revision 215166. Instead of waiting for the MFC of
215166, I'm merging just this small portion for the upcoming release without
bringing the mergeinfo for r215166 along. The mergeinfo will sort itself out
when r215166 is eventually merged.

This is an intentional direct commit to the 8-STABLE branch.

Reported by: Maxim Dounin <mdounin at mdounin ru> and others
Submitted by: andre

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