Cosmetic changes to comments
This commit is contained in:
parent
4c884a5079
commit
423cc009ef
@ -5719,4 +5719,4 @@
|
|||||||
will eventually become an LCDC driver for the SAMA5 (2013-10-6).
|
will eventually become an LCDC driver for the SAMA5 (2013-10-6).
|
||||||
* net/net_close.c, net/uip/uip_tcpcon, and include/nuttx/net/uip/uip-tcp.h:
|
* net/net_close.c, net/uip/uip_tcpcon, and include/nuttx/net/uip/uip-tcp.h:
|
||||||
Make net_close() nonblocking and free unestablished connections if no
|
Make net_close() nonblocking and free unestablished connections if no
|
||||||
free connections available. From Max Holtzber (2013-10-6).
|
free connections available. From Max Holtzberg (2013-10-6).
|
||||||
|
@ -200,9 +200,8 @@ struct uip_conn
|
|||||||
FAR struct uip_callback_s *list;
|
FAR struct uip_callback_s *list;
|
||||||
|
|
||||||
/* Close callback. The socket close logic allocates this callback and lets
|
/* Close callback. The socket close logic allocates this callback and lets
|
||||||
* the connection handle closing itself. So the application won't be
|
* the connection handle close itself. So the application won't be blocked
|
||||||
* blocked on the close call. The callback has to be freed together with
|
* on the close call. The callback has to be freed together with this.
|
||||||
* this connection structure.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
FAR struct uip_callback_s *closecb;
|
FAR struct uip_callback_s *closecb;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user