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: Bill Auerbach
Subject: RE: [lwip-users] disconnect - connect delay
Date: Fri, 1 Apr 2011 10:06:10 -0400

>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.

I agree and have done so successfully by simply closing the multiple
connection in the accept callback.  I even use the connection to post send
back a 'Multiple Connections Refused' error response that the PC programming
picks up and can notify the user why the connection is closed.

Bill





reply via email to

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