1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/plat/esp32
Andy Green cdd8ad702c bind: treat EADDRINUSE as fatal
The retry stuff for bind failures is actually aimed at the scenarios the interface
either doesn't exist yet, or is not configured enough (having an IP) to be bindable yet.

This patch treats EADDRINUSE as fatal at vhost init.
2018-11-22 17:58:30 +08:00
..
esp32-fds.c esp32: follow idf meddlings 2018-09-12 09:38:30 +08:00
esp32-file.c esp32: follow idf meddlings 2018-09-12 09:38:30 +08:00
esp32-helpers.c lws_time_in_microseconds: export 2018-10-14 06:15:36 +08:00
esp32-init.c esp32: follow idf meddlings 2018-09-12 09:38:30 +08:00
esp32-misc.c lws_time_in_microseconds: export 2018-10-14 06:15:36 +08:00
esp32-pipe.c esp32: follow idf meddlings 2018-09-12 09:38:30 +08:00
esp32-service.c esp32: follow idf meddlings 2018-09-12 09:38:30 +08:00
esp32-sockets.c esp32: follow idf meddlings 2018-09-12 09:38:30 +08:00
private.h bind: treat EADDRINUSE as fatal 2018-11-22 17:58:30 +08:00