aboutsummaryrefslogtreecommitdiff
path: root/src/p2p
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-01-06 21:08:11 -0500
committerluigi1111 <luigi1111w@gmail.com>2021-01-06 21:08:11 -0500
commit7ecdc53e11e01366ee24ed2096291f360aa50402 (patch)
tree2e89844b2906b047a865f2d114ac9d4bb4cf581d /src/p2p
parentMerge pull request #7269 (diff)
parentadd a max levin packet size by command type (diff)
downloadmonero-7ecdc53e11e01366ee24ed2096291f360aa50402.tar.xz
Merge pull request #7248
3c7eec1 add a max levin packet size by command type (moneromooo-monero)
Diffstat (limited to 'src/p2p')
-rw-r--r--src/p2p/net_node.inl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl
index 2387e3bff..20f3e19bf 100644
--- a/src/p2p/net_node.inl
+++ b/src/p2p/net_node.inl
@@ -2639,6 +2639,7 @@ namespace nodetool
void node_server<t_payload_net_handler>::on_connection_new(p2p_connection_context& context)
{
MINFO("["<< epee::net_utils::print_connection_context(context) << "] NEW CONNECTION");
+ m_payload_handler.on_connection_new(context);
}
//-----------------------------------------------------------------------------------
template<class t_payload_net_handler>