1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/core
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
..
adopt.c uv: allocate watcher 2018-10-13 12:43:13 +08:00
alloc.c refactor: core code in lib/core and private-libwebsockets.h to core/private.h 2018-05-03 10:49:36 +08:00
connect.c codacy: minor fixes 2018-10-13 08:16:27 +08:00
context.c minimal: update copies of test assets to CSP-compatible versions 2018-11-15 17:15:29 +08:00
dummy-callback.c fulltext search 2018-10-26 13:53:28 +08:00
libwebsockets.c bind: treat EADDRINUSE as fatal 2018-11-22 17:58:30 +08:00
output.c minimal-example-pmd-corner: pmd corner case exerciser 2018-11-21 17:03:29 +08:00
pollfd.c fulltext search 2018-10-26 13:53:28 +08:00
private.h smp: lws_timed_callback_vh_protocol: request sets handler tsi and other fixes 2018-11-15 16:37:55 +08:00
service.c smp: lws_timed_callback_vh_protocol: request sets handler tsi and other fixes 2018-11-15 16:37:55 +08:00