_drop_multicast has bug if set to false, should do further research

This commit is contained in:
alex 2026-04-15 22:24:11 +08:00
parent cb26b985dd
commit 68867b8e55

View File

@ -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(),