]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
commita89f96c927700eeb560943847e3d00b664f341bb
tree6cdf2b4989efdd1ef26dada62d5b4b6c1c3e1d72
parent10308220f31db542b91ccaba7780f2d741cf84a5
parent138998fdd12e7362756e158d00856a2aabd5f0c1
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>