1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/include
Andy Green 6163c96727 vhost: allow multiple listen sockets
Some platforms need two sockets with AF_INET and AF_INET6 to listen to both
protocols.

This patch changes the single listen socket each vhost could previously
handle to become an lws_dll2 and adapts the related code to handle them as
a linked-list rather than as a singleton.

The next patch adapts the listen / server code to create multiple listen
wsi for vhosts listening on multiple ip protocols.
2021-06-22 15:55:47 +01:00
..
libwebsockets vhost: allow multiple listen sockets 2021-06-22 15:55:47 +01:00
libwebsockets.h lws_cache_ttl 2021-06-22 15:55:29 +01:00
libwebsockets.hxx wip: ss c++ classes 2020-12-02 10:15:50 +00:00