1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/roles/http/server
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
..
access-log.c access-log: use localtime_r instead of localtime if possible 2021-03-25 09:12:11 +00:00
fops-zip.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
lejp-conf.c TCP_FASTOPEN 2021-05-25 08:13:13 +01:00
lws-spa.c spa: parser should tolerate additional headers 2021-04-27 11:54:06 +01:00
ranges.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
rewrite.c cleaning 2020-01-05 22:17:58 +00:00
server.c vhost: create multiple listen sockets per AF 2021-06-22 16:25:50 +01:00