CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/11 14:17:21
Modified files:
sys/netinet : tcp_input.c
Log message:
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.
from FreeBSD; via markus@; OK sashan@ tobhe@
