tuexen c5b096f7c9 Fix a regression in the TCP handling of received segments.
When receiving TCP segments the stack protects itself by limiting
the resources allocated for a TCP connections. This patch adds
an exception to these limitations for the TCP segement which is the next
expected in-sequence segment. Without this patch, TCP connections
may stall and finally fail in some cases of packet loss.

Reported by:		jhb@
Reviewed by:		jtl@, rrs@
MFC after:		3 days
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D18580
2018-12-20 16:05:30 +00:00
..
2018-07-11 14:54:56 +00:00
2018-05-29 12:32:08 +00:00
2018-07-01 08:37:07 +00:00
2018-11-22 20:49:41 +00:00
2018-07-01 08:37:07 +00:00
2018-11-22 20:49:41 +00:00
2018-09-18 10:53:07 +00:00
2018-05-19 05:56:21 +00:00
2018-11-22 20:49:41 +00:00
2018-07-31 22:56:03 +00:00