lwip_netconn_do_close() function
Close or half-shutdown a TCP pcb contained in a netconn Called from netconn_close In contrast to closing sockets, the netconn is not deallocated.
Syntax
void lwip_netconn_do_close (void *m); Arguments
m
the api_msg pointing to the connection