You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use IP_ADD_SOURCE_MEMBERSHIP instead of IP_ADD_MEMBERSHIP
511
+
512
+
--socket-multicast-all <SOCKET_MULTICAST_ALL>
513
+
Set IP_MULTICAST_ALL or IPV6_MULTICAST_ALL for the UDP socket
514
+
515
+
[possible values: true, false]
516
+
517
+
--socket-multicast-loop <SOCKET_MULTICAST_LOOP>
518
+
Set IP_MULTICAST_LOOP or IPV6_MULTICAST_LOOP for the UDP socket
519
+
520
+
[possible values: true, false]
521
+
522
+
--socket-multicast-ttl <SOCKET_MULTICAST_TTL>
523
+
Set IP_MULTICAST_TTL or IPV6_MULTICAST_HOPS for the UDP socket
524
+
497
525
--exclude-ws-from-sockopts
498
526
Do not apply `socket_*`, `reuseaddr`, `reuseport` and `bind_before_connect` to specifier stacks that include WebSocket framer
527
+
528
+
You can attain the reverse effect by playing with --compose mode, registry-send: and registry-stream-listen: , as socket options (like most other options) only affect single sub-session of the compose mode.
499
529
500
530
--tcp-race-interval-ms <TCP_RACE_INTERVAL_MS>
501
531
Delay between initiating subsequent connections when connecting to a TCP using multiple address variants
0 commit comments