mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
clean up remote destinations without outgoing and unconfirmed tags
This commit is contained in:
parent
8061d306dd
commit
5215bdc035
3 changed files with 4 additions and 3 deletions
1
Garlic.h
1
Garlic.h
|
@ -38,6 +38,7 @@ namespace garlic
|
|||
|
||||
const int INCOMING_TAGS_EXPIRATION_TIMEOUT = 960; // 16 minutes
|
||||
const int OUTGOING_TAGS_EXPIRATION_TIMEOUT = 720; // 12 minutes
|
||||
const int OUTGOING_TAGS_CONFIRMATION_TIMEOUT = 10; // 10 seconds
|
||||
const int LEASET_CONFIRMATION_TIMEOUT = 4000; // in milliseconds
|
||||
|
||||
struct SessionTag: public i2p::data::Tag<32>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue