mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-07-05 17:53:55 +02:00
probing resistance
This commit is contained in:
parent
aece5bb16c
commit
0d278d2ae5
2 changed files with 17 additions and 3 deletions
libi2pd
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue