lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #52403] netconn: FIN may be sent instead of RST when T


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #52403] netconn: FIN may be sent instead of RST when TCP netconn is closed with pending data in recv_mbox
Date: Sat, 18 Nov 2017 07:37:16 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36

Update of bug #52403 (project lwip):

             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #6:

Fixed 1) in tcp_close_shutdown(), this was indeed wrong.

Fixed 2) in git master (actually, TCP MSG_PEEK did not work at all since march
on git master). In contrast to 2.0.x, in the new code, the window is only
updated for data read from the socket (not peeked and not when read from the
netconn), so data left in 'lastdata' should have no influence on the RST
handling.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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