mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
delete expired unconfirmed tags
This commit is contained in:
parent
667c309b68
commit
2cd8d0c0b7
2 changed files with 22 additions and 6 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue