mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-16 03:40:03 +08:00
Don't disable IPv6 support for websockets.
This commit is contained in:
@@ -38,6 +38,7 @@ Broker:
|
||||
broker.
|
||||
- When using the include_dir configuration option sort the files
|
||||
alphabetically before loading them. Closes #17.
|
||||
- IPv6 is no longer disabled for websockets listeners.
|
||||
|
||||
Client library:
|
||||
- Outgoing messages with QoS>1 are no longer retried after a timeout period.
|
||||
|
||||
+1
-1
@@ -621,7 +621,7 @@ struct libwebsocket_context *mosq_websockets_init(struct mosquitto__listener *li
|
||||
info.options |= LWS_SERVER_OPTION_REQUIRE_VALID_OPENSSL_CLIENT_CERT;
|
||||
}
|
||||
#endif
|
||||
info.options |= LWS_SERVER_OPTION_DISABLE_IPV6;
|
||||
|
||||
#if LWS_LIBRARY_VERSION_MAJOR>1
|
||||
info.options |= LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user