diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-01-06 21:08:11 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-01-06 21:08:11 -0500 |
commit | 7ecdc53e11e01366ee24ed2096291f360aa50402 (patch) | |
tree | 2e89844b2906b047a865f2d114ac9d4bb4cf581d /src/p2p | |
parent | Merge pull request #7269 (diff) | |
parent | add a max levin packet size by command type (diff) | |
download | monero-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.inl | 1 |
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> |