1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/event-libs/libevent
Andy Green cf2dbdc6a0 vhost: create multiple listen sockets per AF
On some platforms AF_INET and AF_INET6 must be listened for on separate
sockets.  Adapt the vhost server creation code to use the new support for
multiple listen sockets per vhost to create up to two listen sockets for
AF_INET and AF_INET6.

It refactors how the decision about the AF is made and propagated so
there's only one place for it.
2021-06-22 16:25:50 +01:00
..
CMakeLists.txt event libs: default to building as dynamically loaded plugins 2020-08-31 16:51:37 +01:00
libevent.c vhost: create multiple listen sockets per AF 2021-06-22 16:25:50 +01:00
private-lib-event-libs-libevent.h event libs: default to building as dynamically loaded plugins 2020-08-31 16:51:37 +01:00