lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwIP 1.4.1 server's SYN flood hang, no backlog


From: Simon Goldschmidt
Subject: Re: [lwip-users] lwIP 1.4.1 server's SYN flood hang, no backlog
Date: Wed, 3 Sep 2014 10:40:30 +0200

Tomek wrote:
> but in 'sys.mbox' section:
> - used 21
> - max 22
> - err 782

The meaning of that stats depends on your port. I don't know if it means "mbox 
full" wehn trying to put something in the mbox or "no more mboxes left" when 
creating a new mbox (every socket/netconn needs one).

In the latter case, that would mean either there are sockets/netconns left that 
are not closed correctly (or not accepted) or there is a bug in freeing the 
mboxes somewhere (which could be in the port or in lwIP core code).


Simon



reply via email to

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