lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #20126] Zero ssthresh bug


From: Frédéric Bernon
Subject: [lwip-devel] [bug #20126] Zero ssthresh bug
Date: Mon, 11 Jun 2007 14:53:49 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4

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

Is there any TCP expert to confirm that...

if (pcb->sstresh < pcb->mss)
  pcb->sstresh = pcb->mss; 

...is a valid fix?

I suppose that lwIP's "sstresh" is the "Slow-start threshold (ssthresh)"
described in  http://www.faqs.org/rfcs/rfc2581.html

Per-Henrik, can you tell me which part of the RFC tell that "sstresh never
should be assigned a value less than one MSS"?


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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