mirror of
https://github.com/monero-project/monero.git
synced 2025-11-27 06:26:31 -05:00
add a max levin packet size by command type
This commit is contained in:
parent
16c780d568
commit
b652d598d1
8 changed files with 60 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue