probing resistance

This commit is contained in:
orignal 2025-05-03 13:09:06 -04:00
parent aece5bb16c
commit 0d278d2ae5
2 changed files with 17 additions and 3 deletions
libi2pd

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2024, The PurpleI2P Project
* Copyright (c) 2013-2025, The PurpleI2P Project
*
* This file is part of Purple i2pd project and licensed under BSD3
*
@ -200,6 +200,7 @@ namespace transport
void SendRouterInfo ();
void SendTermination (NTCP2TerminationReason reason);
void SendTerminationAndTerminate (NTCP2TerminationReason reason);
void ReadSomethingAndTerminate ();
void PostI2NPMessages ();
private: