lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #52554] LWIP_NETCONN_FULLDUPLEX: closing fails to end


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #52554] LWIP_NETCONN_FULLDUPLEX: closing fails to end 'recv' calls correctly
Date: Wed, 18 Apr 2018 16:06:59 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36

Update of bug #52554 (project lwip):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Should be fixed:
- netconn is not freed from lwip_close() directly but freeing it is delayed
until fd_used gets 0
- shutdown and close don't drain the mbox in fullduplex mode but post a
message that wakes up waiting threads and tell them the netconn is about to be
deleted. Draining is done when the netconn is actually deleted

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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