diff options
author | Aina <ainasoga@gmail.com> | 2019-02-23 08:23:24 +0100 |
---|---|---|
committer | Aina <ainasoga@gmail.com> | 2019-02-23 08:23:24 +0100 |
commit | 9e6aefa3aec9cf4fdac2054c544713dafccd39b2 (patch) | |
tree | b6e4eafde8152074ba9d5b96283e449a7294ddd9 /thirdparty/libwebsockets | |
parent | 4f697f73a5ac567c1dc22ce44a7fab98f619dfe3 (diff) |
Enabling ipv6 in libwebsockets
Diffstat (limited to 'thirdparty/libwebsockets')
-rw-r--r-- | thirdparty/libwebsockets/lws_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/libwebsockets/lws_config.h b/thirdparty/libwebsockets/lws_config.h index 86ce9ac38a..6ec3eed139 100644 --- a/thirdparty/libwebsockets/lws_config.h +++ b/thirdparty/libwebsockets/lws_config.h @@ -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 */ |