Merge pull request #26189 from AinaSG/master
Enabling ipv6 in libwebsockets
This commit is contained in:
commit
b2f8dd0d55
1 changed files with 1 additions and 0 deletions
1
thirdparty/libwebsockets/lws_config.h
vendored
1
thirdparty/libwebsockets/lws_config.h
vendored
|
@ -78,6 +78,7 @@
|
|||
|
||||
/* Build with support for ipv6 */
|
||||
/* #undef LWS_WITH_IPV6 */
|
||||
#define LWS_WITH_IPV6
|
||||
|
||||
/* Build with support for UNIX domain socket */
|
||||
/* #undef LWS_WITH_UNIX_SOCK */
|
||||
|
|
Loading…
Reference in a new issue