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 decreases window unnece


From: Kieran Mansley
Subject: [lwip-devel] [bug #27771] Silly-window-avoidance decreases window unnecessarily
Date: Thu, 22 Oct 2009 15:29:45 +0000
User-agent: Opera/9.80 (X11; Linux i686; U; en) Presto/2.2.15 Version/10.00

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

No, the test in tcp_update_rcv_ann_wnd should look like this (second clause
added):

  if (TCP_SEQ_GEQ(new_right_edge, pcb->rcv_ann_right_edge + pcb->mss) ||
      TCP_SEQ_GEQ(new_right_edge, pcb->rcv_ann_right_edge + TCP_WND / 2)) {


i.e. if you change pcb->rcv_ann_wnd to TCP_WND you'd be right.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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