lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #27771] Silly-window-avoidance shrinks window unnecess


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #27771] Silly-window-avoidance shrinks window unnecessarily
Date: Thu, 22 Oct 2009 10:38:19 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3

Follow-up Comment #3, bug #27771 (project lwip):

What's happening in Jan's trace is:

- lwIP announces wnd of 512
- lwIP receives 10 bytes of data
  - internal rcv_wnd is now 502
  - calls recv callback
    - recv callback calls tcp_recved
    - internal rcv_wnd is now 512
    - recv_ann_wnd is still 502
- lwIP sends ACK with an announced wnd of 502

This means the window is decreasing although it wouldn't have to: if the
window size we have was OK to be announced before receiving, it should be OK
to be announced after receiving, shouldn't it?

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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