On Mon, 2009-07-27 at 03:19 -0700, Chris_S wrote: > It seems like closing never decrements the backlog count. > Something like that. Is the way it should work?
No. When you accept a connection it should decrement the backlog count, but I can't see anywhere in the code where this is done - looks like you've found a bug. Could you file a bug on savannah, and for now use the workaround of not specifying TCP_LISTEN_BACKLOG Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
