On Fri, 2011-04-01 at 07:59 +0200, brak brak2 wrote: > > The problem appears only then I try to make a second connection when > the > first one is still active. The second connection is waiting for ACK - > just > as I want it - until first connection closes. But when the first > connection > ends, the second one is still waiting for more or less 2 - 3 seconds. > After > this 2 - 3 seconds the second connection is establishing.
I think you'd be better limiting the number of connections by modifying the webserver to only accept one at a time rather than trying to enforce this at the TCP level. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
