summaryrefslogtreecommitdiff
path: root/include/uapi/linux/ipv6.h
diff options
context:
space:
mode:
authorYuchung Cheng <ycheng@google.com>2013-08-12 23:41:25 (GMT)
committerDavid S. Miller <davem@davemloft.net>2013-08-13 23:08:33 (GMT)
commit74c181d528bd8b5989f424a489262d0742ca31ae (patch)
treedb72e02385e949e1b3a9c305e661db65a27f639b /include/uapi/linux/ipv6.h
parent98f1b7f3820a50a42e51f9bd3e7014cf9b2688a8 (diff)
downloadlinux-fsl-qoriq-74c181d528bd8b5989f424a489262d0742ca31ae.tar.xz
tcp: reset reordering est. selectively on timeout
On timeout the TCP sender unconditionally resets the estimated degree of network reordering (tp->reordering). The idea behind this is that the estimate is too large to trigger fast recovery (e.g., due to a IP path change). But for example if the sender only had 2 packets outstanding, then a timeout doesn't tell much about reordering. A sender that learns about reordering on big writes and loses packets on small writes will end up falsely retransmitting again and again, especially when reordering is more likely on big writes. Therefore the sender should only suspect that tp->reordering is too high if it could have gone into fast recovery with the (lower) default estimate. Signed-off-by: Yuchung Cheng <ycheng@google.com> Acked-by: Neal Cardwell <ncardwell@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/ipv6.h')
0 files changed, 0 insertions, 0 deletions