mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/4474-cluster-websocket-ipv6'
* origin/topic/awelzel/4474-cluster-websocket-ipv6:
IXWebsocket: Bump to version with memset() sock addr fix
cluster/websocket: Deprecate $listen_host, introduce $listen_addr
cluster/websocket-ixwebsocket: Determine proper address_family
(cherry picked from commit f16ebd34b3
)
This commit is contained in:
parent
5b09f8cb47
commit
2ee2e3b062
43 changed files with 356 additions and 42 deletions
|
@ -43,6 +43,7 @@ WS_PORT = (
|
|||
|
||||
# IPv4 non-secure WebSocker URL for version 1
|
||||
WS4_URL_V1 = f"ws://127.0.0.1:{WS_PORT}/v1/messages/json"
|
||||
WS6_URL_V1 = f"ws://[::1]:{WS_PORT}/v1/messages/json"
|
||||
|
||||
DEFAULT_RECV_TIMEOUT = 0.1
|
||||
OWN_TOPIC_PREFIX = "/zeek/wstest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue