]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r298408:
authorjtl <jtl@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 6 May 2016 01:27:01 +0000 (01:27 +0000)
committerjtl <jtl@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 6 May 2016 01:27:01 +0000 (01:27 +0000)
commite1433ed4bb041cceb5a887bee79060ccc07deb2b
treef3822372f8c28a1d4c65b3a19db8936e4b094714
parentfedcf9f78d8e186fb5b3526b37500f27e0858a86
MFC r298408:
  Prevent underflows in tp->snd_wnd if the remote side ACKs more than
  tp->snd_wnd. This can happen, for example, when the remote side responds
  to a window probe by ACKing the one byte it contains.

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