_drop_multicast has bug if set to false, should do further research
This commit is contained in:
parent
cb26b985dd
commit
68867b8e55
@ -169,7 +169,7 @@ async fn daemonize_me(
|
||||
// nat_server2: "47.98.178.3:1265".to_owned(),
|
||||
nat_server2: server.clone() +":1366",
|
||||
allow_routing: allow_routing,
|
||||
_drop_multicast: false,
|
||||
_drop_multicast: true,
|
||||
register_ttl: 1,
|
||||
mtu: 1400,
|
||||
name: "tau".to_owned(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user