Add the default quic listen port to the mobile package #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master_support_quic"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Related issues
#3
@ -97,2 +109,3 @@tcp_listen_port: DEFAULT_TCP_LISTEN_PORT,quic_listen_port: None,// Only enable QUIC port if there are QUIC peersquic_listen_port: if has_quic_peers { Some(DEFAULT_QUIC_LISTEN_PORT) } else { None },What is the reason this is only enabled if quic peers are configured and not always, so quic peers can be added without restart?
didn't know about adding the peer without a restart(opened an issue for it geomind_code/mycelium_network_gui#2) and reverted this part
@lee please let's have this merged the soonest tmw