mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
Update to net_close() improvement from Max Holtzberg
This commit is contained in:
@@ -199,13 +199,6 @@ struct uip_conn
|
||||
|
||||
FAR struct uip_callback_s *list;
|
||||
|
||||
/* Close callback. The socket close logic allocates this callback and lets
|
||||
* the connection handle close itself. So the application won't be blocked
|
||||
* on the close call. The callback has to be freed together with this.
|
||||
*/
|
||||
|
||||
FAR struct uip_callback_s *closecb;
|
||||
|
||||
/* accept() is called when the TCP logic has created a connection */
|
||||
|
||||
FAR void *accept_private;
|
||||
|
||||
Reference in New Issue
Block a user