>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



_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to