-
- Downloads
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.
Showing
- include/libwebsockets/lws-network-helper.h 5 additions, 3 deletionsinclude/libwebsockets/lws-network-helper.h
- lib/core/libwebsockets.c 22 additions, 6 deletionslib/core/libwebsockets.c
- lib/plat/esp32/private.h 1 addition, 0 deletionslib/plat/esp32/private.h
- lib/plat/optee/private.h 1 addition, 0 deletionslib/plat/optee/private.h
- lib/plat/unix/private.h 1 addition, 0 deletionslib/plat/unix/private.h
- lib/plat/windows/private.h 1 addition, 0 deletionslib/plat/windows/private.h
- lib/roles/http/server/server.c 19 additions, 5 deletionslib/roles/http/server/server.c
Loading
Please register or sign in to comment