aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/net_node.cpp
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-02-14 07:49:40 +0000
committertobtoht <tob@featherwallet.org>2025-02-14 07:49:40 +0000
commit23a11d851adef30aea1888da0a7dd23936c81ec1 (patch)
treec498e2dd419125e3ea617733e45f5fa4bd2bb0f6 /src/p2p/net_node.cpp
parent70afa6b7bcdea59ec3eec446f6bf39d24174f3c5 (diff)
parent13ff355cf6081776fd7379080c17246e35c1236d (diff)
downloadmonzero-core-23a11d851adef30aea1888da0a7dd23936c81ec1.tar.gz
monzero-core-23a11d851adef30aea1888da0a7dd23936c81ec1.tar.xz
monzero-core-23a11d851adef30aea1888da0a7dd23936c81ec1.zip
Merge pull request #9775
13ff355cf Set response limits on http server connections (Lee *!* Clagett) 89fa3ed68 epee: update 'http_server_handlers_map2.h' macros to use fully qualified names (Jeffrey Ryan)
Diffstat (limited to 'src/p2p/net_node.cpp')
-rw-r--r--src/p2p/net_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p2p/net_node.cpp b/src/p2p/net_node.cpp
index f9803fd81..2085b38ee 100644
--- a/src/p2p/net_node.cpp
+++ b/src/p2p/net_node.cpp
@@ -169,7 +169,7 @@ namespace nodetool
const command_line::arg_descriptor<bool> arg_pad_transactions = {
"pad-transactions", "Pad relayed transactions to help defend against traffic volume analysis", false
};
- const command_line::arg_descriptor<uint32_t> arg_max_connections_per_ip = {"max-connections-per-ip", "Maximum number of connections allowed from the same IP address", 1};
+ const command_line::arg_descriptor<uint32_t> arg_max_connections_per_ip = {"max-connections-per-ip", "Maximum number of p2p connections allowed from the same IP address", 1};
boost::optional<std::vector<proxy>> get_proxies(boost::program_options::variables_map const& vm)
{