lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] disconnect - connect delay


From: Kieran Mansley
Subject: Re: [lwip-users] disconnect - connect delay
Date: Fri, 01 Apr 2011 11:52:05 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]