Re: TCP send window underflow
Hello, the change looks OK to me. thanks and regards sashan
TCP send window underflow
Hi, FreeBSD has a fix for TCP send window underflow. markus@ has seen that this bug is also triggered in our code. https://svnweb.freebsd.org/base/head/sys/netinet/tcp_input.c?r1=296935&r2=298408 Prevent underflows in tp->snd_wnd if the remote side ACKs more than tp->snd_wnd.