Update to net_close() improvement from Max Holtzberg

This commit is contained in:
Gregory Nutt
2013-10-08 09:14:27 -06:00
parent 0907691978
commit d5ec15fc78
5 changed files with 46 additions and 58 deletions
-7
View File
@@ -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;