Commit 4dc50bc8 authored by Kirill Smelkov's avatar Kirill Smelkov

tmcast: Switch to concise addr for IPv6 multicast

parent 4449c823
......@@ -18,7 +18,7 @@ from golang.os import signal
group4 = '224.1.1.1'
group6 = 'ff1e:7079:7468:6f6e:6465:6d6f:6d63:6173'
group6 = 'ff1e::1'
port = 5678
def _udpsockfor(ipaddr): # -> (sk, isipv6)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment