Commit 75c59e24 authored by Kirill Smelkov's avatar Kirill Smelkov

tmcast: tx: TTL 2 -> 100

So that we clearly see problems if packets are looped wrongly.
parent d6730be8
......@@ -31,7 +31,7 @@ def _udpsockfor(ipaddr): # -> (sk, isipv6)
# mjoin_tx returns socket prepated to send/receive to/from multicast group:port.
def mjoin_tx(group, port, ttl=2):
def mjoin_tx(group, port, ttl=100):
sk, ip6 = _udpsockfor(group)
# set ttl and default destination address (for tx)
......
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