]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge branch 'tcp_sack_rttm'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2015 03:18:02 +0000 (23:18 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2015 03:18:02 +0000 (23:18 -0400)
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>

Trivial merge