mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
exclude already expired introducers
This commit is contained in:
parent
67b32005f6
commit
2cc9791bf2
5 changed files with 29 additions and 8 deletions
|
@ -96,7 +96,7 @@ namespace data
|
|||
typedef Tag<32> IntroKey; // should be castable to MacKey and AESKey
|
||||
struct Introducer
|
||||
{
|
||||
Introducer (): iExp (0) {};
|
||||
Introducer (): iPort (0), iExp (0) {};
|
||||
boost::asio::ip::address iHost;
|
||||
int iPort;
|
||||
IntroKey iKey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue