mirror of
https://github.com/monero-project/monero.git
synced 2026-04-28 11:53:17 -07:00
Merge pull request #10302
9ed9102 Correct help messages' default number of daemon out peers (S5NC)
This commit is contained in:
@@ -165,7 +165,7 @@ namespace nodetool
|
||||
const command_line::arg_descriptor<std::string> arg_igd = {"igd", "UPnP port mapping (disabled, enabled, delayed)", "delayed"};
|
||||
const command_line::arg_descriptor<bool> arg_p2p_use_ipv6 = {"p2p-use-ipv6", "Enable IPv6 for p2p", false};
|
||||
const command_line::arg_descriptor<bool> arg_p2p_ignore_ipv4 = {"p2p-ignore-ipv4", "Ignore unsuccessful IPv4 bind for p2p", false};
|
||||
const command_line::arg_descriptor<int64_t> arg_out_peers = {"out-peers", "set max number of out peers", -1};
|
||||
const command_line::arg_descriptor<int64_t> arg_out_peers = {"out-peers", "set max number of out peers", P2P_DEFAULT_CONNECTIONS_COUNT};
|
||||
const command_line::arg_descriptor<int64_t> arg_in_peers = {"in-peers", "set max number of in peers", -1};
|
||||
const command_line::arg_descriptor<int> arg_tos_flag = {"tos-flag", "set TOS flag", -1};
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@ complete -c monerod -l no-sync -d "Don't synchronize the blockchain with other p
|
||||
complete -c monerod -l enable-dns-blocklist -d "Apply realtime blocklist from DNS"
|
||||
complete -c monerod -l no-igd -d "Disable UPnP port mapping"
|
||||
complete -c monerod -l igd -r -a "Enabled disabled enabled" -d "UPnP port mapping. Default: delayed"
|
||||
complete -c monerod -l out-peers -r -d "Set max number of out peers. Default: -1"
|
||||
complete -c monerod -l out-peers -r -d "Set max number of out peers. Default: 12"
|
||||
complete -c monerod -l in-peers -r -d "Set max number of in peers. Default: -1"
|
||||
complete -c monerod -l tos-flag -r -d "Set TOS flag. Default: -1"
|
||||
complete -c monerod -l limit-rate-up -r -d "Set limit-rate-up [kB/s]. Default: 8192"
|
||||
|
||||
Reference in New Issue
Block a user