On Fri, 2011-04-01 at 12:33 +0200, brak brak2 wrote: > Is it possible? Yes.
> From documentation, abuot tcp_listen_with_backlog function: > (...) Setting the connection to LISTEN is an irreversible process. It is irreversible in that you can't make it back into a "normal" pcb, but you can still close it, then do exactly what you're doing now (i.e. allocate, bind, listen, accept) when you want to make a new listening socket. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
