Re: TCP send window underflow

2019-11-11 Thread Alexandr Nedvedicky
Hello, the change looks OK to me. thanks and regards sashan

TCP send window underflow

2019-11-10 Thread Alexander Bluhm
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.