lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #27209] tcp_input discards frames even though they are


From: Åke Rehnman
Subject: [lwip-devel] [bug #27209] tcp_input discards frames even though they are within the announced window
Date: Sun, 09 Aug 2009 22:36:57 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)

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

I've found the problem. In tcp_recved in tcp.c it is possible for the
pcb->rcv_wnd to overflow if TCP_WND is large enough. I suggest the calculation
should be done with u32_t and then checked if it is > TCP_WND.



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Meddelandet skickades via/av Savannah
  http://savannah.nongnu.org/





reply via email to

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