commit | 7e38017557bc0b87434d184f8804cadb102bb903 | [log] [tgz] |
---|---|---|
author | Andreas Petlund <apetlund@simula.no> | Thu Feb 18 04:48:19 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 18 15:43:09 2010 -0800 |
tree | 30c4a0793bd28f6731ade58786c06f9cf33115df | |
parent | 36e31b0af58728071e8023cf8e20c5166b700717 [diff] |
net: TCP thin dupack This patch enables fast retransmissions after one dupACK for TCP if the stream is identified as thin. This will reduce latencies for thin streams that are not able to trigger fast retransmissions due to high packet interarrival time. This mechanism is only active if enabled by iocontrol or syscontrol and the stream is identified as thin. Signed-off-by: Andreas Petlund <apetlund@simula.no> Signed-off-by: David S. Miller <davem@davemloft.net>