Enabling ipv6 in libwebsockets

This commit is contained in:
Aina 2019-02-23 08:23:24 +01:00
parent 4f697f73a5
commit 9e6aefa3ae
1 changed files with 1 additions and 0 deletions

View File

@ -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 */