Hi all I'm using the "httpd" (httpd.c) web server from the lwIP contribution package on top of the lwIP 1.4.1 . The web server is running well without any problems. I activated the LWIP_HTTPD_SUPPORT_11_KEEPALIVE macro to keep a connection to web server open. This also works like excepted. Now I would like to limit the number of connections to one, that means only one user can connect to the web server (and can make changes on the configuration of the embedded system). I think it should be implemented in the http_accept() in such a way, that any new connection is denied if already a connection is open. Is this correct or how do I implement such a behaviour ? Any suggestion would helpful.
Kind regards, Roland _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
