Files
Chen Wu d93c5bb861 feat(httpd): 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
2023-05-05 17:46:05 +08:00
..
2019-09-18 16:02:20 +08:00
2021-07-26 12:00:17 +08:00
2020-12-03 17:42:15 +08:00
2020-02-27 14:10:14 +08:00