diff options
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | 2007-02-21 23:13:47 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-25 22:23:14 -0700 |
commit | 66e93e45c09affa407750cc06398492e8b897848 (patch) | |
tree | bcf65f7c29a3bd27eb386198560463f3eece7d41 /kernel | |
parent | d1a54c6a0a3f9c2c4ef71982d89b8571bd9eaa51 (diff) | |
download | blackbird-op-linux-66e93e45c09affa407750cc06398492e8b897848.tar.gz blackbird-op-linux-66e93e45c09affa407750cc06398492e8b897848.zip |
[TCP] FRTO: Fake cwnd for ssthresh callback
TCP without FRTO would be in Loss state with small cwnd. FRTO,
however, leaves cwnd (typically) to a larger value which causes
ssthresh to become too large in case RTO is triggered again
compared to what conventional recovery would do. Because
consecutive RTOs result in only a single ssthresh reduction,
RTO+cumulative ACK+RTO pattern is required to trigger this
event.
A large comment is included for congestion control module writers
trying to figure out what CA_EVENT_FRTO handler should do because
there exists a remote possibility of incompatibility between
FRTO and module defined ssthresh functions.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions