diff options
| author | Alexander Blair <snipa@jagtech.io> | 2021-01-03 18:23:57 -0800 |
|---|---|---|
| committer | Alexander Blair <snipa@jagtech.io> | 2021-01-03 18:23:57 -0800 |
| commit | 7264d648564f94ff57dee2bb398dcd3c4d1511d1 (patch) | |
| tree | 07fd9dab90af51ab858e532a612cec08b08d2cf2 /src/p2p/net_node.inl | |
| parent | 03cdcd39096763a1599a377254d4caa44391a718 (diff) | |
| parent | b652d598d1ed3215150e970dae9673db96c3e39d (diff) | |
| download | monzero-core-7264d648564f94ff57dee2bb398dcd3c4d1511d1.tar.gz monzero-core-7264d648564f94ff57dee2bb398dcd3c4d1511d1.tar.xz monzero-core-7264d648564f94ff57dee2bb398dcd3c4d1511d1.zip | |
Merge pull request #7263
b652d598d add a max levin packet size by command type (moneromooo-monero)
Diffstat (limited to 'src/p2p/net_node.inl')
| -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 487e89923..72f0dc221 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -2633,6 +2633,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> |
