commit | a89f96c927700eeb560943847e3d00b664f341bb | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun May 03 23:18:02 2015 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sun May 03 23:18:02 2015 -0400 |
tree | 6cdf2b4989efdd1ef26dada62d5b4b6c1c3e1d72 | |
parent | 10308220f31db542b91ccaba7780f2d741cf84a5 [diff] | |
parent | 138998fdd12e7362756e158d00856a2aabd5f0c1 [diff] |
Merge branch 'tcp_sack_rttm' Kenneth Klette Jonassen says: ==================== tcp: SACK RTTM changes for congestion control This patch series improves SACK RTT measurements for congestion control: o Picks the latest sequence SACKed for RTT, i.e. most accurate delay signal. o Calls the congestion control's pkts_acked hook with SACK RTTMs even when not sequentially ACKing new data. V2: amend misleading comment ==================== Signed-off-by: David S. Miller <davem@davemloft.net>