lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #50476] active open, ssthresh is really low with auto-


From: Joel Cunningham
Subject: [lwip-devel] [bug #50476] active open, ssthresh is really low with auto-tuning receiver
Date: Thu, 9 Mar 2017 17:55:10 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #13, bug #50476 (project lwip):

I studied test_tcp_fast_rexmit_wraparound and it is making assumptions about
how many segments are transmitted upon ACKing the first segment when multiple
segments are queued for output (waiting on the in-flight data to decrease). 
It's not clear to me whether the test relied on tcp_alloc() to keep ssthresh
at 0 (enforcing congestion avoidance) or if it was working by accident until
my changes.

The attached patch enforces congestion avoidance for this test by setting
pcb->ssthresh to pcb->cwnd. The test passes now.

I also looked at the other tests and did not see the same assumption, but some
have the txcount checks commented out (see test_tcp_fast_retx_recover) so it's
not clear.  The others passed without any modification



(file #39955)
    _______________________________________________________

Additional Item Attachment:

File name: 0001-Fix-unit-test-with-assumed-congestion-avoidance.patch Size:1
KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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