[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Re: lwip-users Digest, Vol 78, Issue 12
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] Re: lwip-users Digest, Vol 78, Issue 12 |
Date: |
Thu, 11 Feb 2010 11:54:42 +0000 |
On Tue, 2010-02-09 at 12:04 -0500, Chen wrote:
> Simon,
>
> With AVR port of lwIP, I can make connection and the second one will
> actualy connected (pending?) but I can't do anything until I close the
> first one
>
> What do I need to do if I wish to have not even a single pending
> connection, ie. RST it immediately?
If setting backlog to 1 gives you one active and one pending connection,
setting backlog to 0 will I think give you no pending connections.
Kieran