From 3c7eec152cd5663c461f64699574943d3619f0b9 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Thu, 31 Dec 2020 16:51:59 +0000 Subject: add a max levin packet size by command type --- src/p2p/net_node.inl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/p2p') diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index b8b937de4..c145de526 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -2638,6 +2638,7 @@ namespace nodetool void node_server::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 -- cgit v1.2.3