mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
delete expired unconfirmed tags
This commit is contained in:
5
Garlic.h
5
Garlic.h
@@ -37,8 +37,9 @@ namespace garlic
|
||||
};
|
||||
#pragma pack()
|
||||
|
||||
const int TAGS_EXPIRATION_TIMEOUT = 900; // 15 minutes
|
||||
|
||||
const int INCOMING_TAGS_EXPIRATION_TIMEOUT = 900; // 15 minutes
|
||||
const int OUTGOING_TAGS_EXPIRATION_TIMEOUT = 720; // 12 minutes
|
||||
|
||||
typedef i2p::data::Tag<32> SessionTag;
|
||||
class GarlicDestination;
|
||||
class GarlicRoutingSession
|
||||
|
||||
Reference in New Issue
Block a user