[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1430435459-12805-1-git-send-email-kennetkl@ifi.uio.no>
Date: Fri, 1 May 2015 01:10:56 +0200
From: Kenneth Klette Jonassen <kennetkl@....uio.no>
To: netdev@...r.kernel.org
Cc: ycheng@...gle.com, Kenneth Klette Jonassen <kennetkl@....uio.no>
Subject: [PATCH v2 net-next 0/3] 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
Kenneth Klette Jonassen (3):
tcp: move struct tcp_sacktag_state to tcp_ack()
tcp: improve RTT from SACK for CC
tcp: invoke pkts_acked hook on every ACK
net/ipv4/tcp_input.c | 86 ++++++++++++++++++++++++++--------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists