lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #36167] tcp server crash when client closes (maximum w


From: Joel Cunningham
Subject: [lwip-devel] [bug #36167] tcp server crash when client closes (maximum window)
Date: Sun, 29 Oct 2017 16:55:09 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Safari/604.1.38

Follow-up Comment #10, bug #36167 (project lwip):

Joan,

So you're seeing the 'LWIP_ASSERT("tcp_recved: len wrapped rcv_wnd\n", 0);' in
tcp_recved when doing an active close?

So that means your application calls close (or shuts down the TX pathway),
then continues receiving until remote TCP shuts down as well, and when calling
tcp_recved() after processing the remote FIN, that's when the assert happens?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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