esp-idf/components/esp_http_server
Anurag Kar ffad8b27a3 esp_http_server : Allow binding to same address and port upon restarting server without delay
Issue : Restarting the server without 30sec delay between httpd_stop() and httpd_start() causes EADDRINUSE error
Resolution : Use setsockopt() to enable SO_REUSEADDR on listener socket

Closes https://github.com/espressif/esp-idf/issues/3381
2019-05-02 05:29:38 +00:00
..
include
src esp_http_server : Allow binding to same address and port upon restarting server without delay 2019-05-02 05:29:38 +00:00
test
CMakeLists.txt
Kconfig
component.mk