lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #20199] TCP appears to be "Shrinking the Window"


From: Kieran Mansley
Subject: [lwip-devel] [bug #20199] TCP appears to be "Shrinking the Window"
Date: Fri, 13 Jul 2007 11:56:28 +0000
User-agent: Opera/9.21 (X11; Linux i686; U; en)

Update of bug #20199 (project lwip):

         Planned Release:                         => 1.3.0                  

    _______________________________________________________

Follow-up Comment #1:

So I think the solution to this is to replace the code quoted in comment #1
with just 
  seg->tcphdr->wnd = htons(pcb->rcv_wnd);

There may then be another bug where we don't prevent the window opening by a
small amount.  To solve that we should keep track of what the last window
advertised was, and only advertise the new one if the condition quoted in
comment #1 is satisfied.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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