mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-01 03:44:30 +00:00
Disable Mplex by default (#9365)
Co-Authored-By: João Oliveira <hello@jxs.pt>
This commit is contained in:
@@ -1443,6 +1443,10 @@ pub fn set_network_config(
|
||||
config.disable_quic_support = true;
|
||||
}
|
||||
|
||||
if parse_flag(cli_args, "enable-mplex") {
|
||||
config.enable_mplex = true;
|
||||
}
|
||||
|
||||
if parse_flag(cli_args, "disable-upnp") {
|
||||
config.upnp_enabled = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user