lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #51138] RTT measurement after retransmission


From: Ambroz Bizjak
Subject: [lwip-devel] [bug #51138] RTT measurement after retransmission
Date: Mon, 29 May 2017 13:51:17 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36

Follow-up Comment #1, bug #51138 (project lwip):

... actually I see that even my proposed solution (invalidate any RTT
measurement on any retransmission) does not always prevent RTT
over-estimation. Especially with fast retransmission. If a new segment is sent
for the first time before the retransmitted segment is acknowledged, an RTT
measurement would be started which could be over-estimated due to ACK being
delayed due to the lost segment.

To prevent that we would need to inhibit starting any RTT measurement until
all retransmitted segments are acked, right?

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?51138>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]