/[base]
ViewVC logotype

Revision 319397


Jump to revision: Previous Next
Author: tuexen
Date: Thu Jun 1 08:19:45 2017 UTC (7 years, 1 month ago)
Changed paths: 2
Log Message:
MFC r314155:

TCP window updates are only sent if the window can be increased by at
least 2 * MSS. However, if the receive buffer size is small, this might
be impossible. Add back a criterion to send a TCP window update if
the window can be increased by at least half of the receive buffer size.
This condition was removed in r242252. This patch simply brings it back.

PR:			211003
Reviewed by:		gnn
Differential Revision:	https://reviews.freebsd.org/D9475


Changed paths

Path Details
Directorystable/11/ modified , props changed
Directorystable/11/sys/netinet/tcp_output.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27