mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
don't use unreachable RI after 1 hour
This commit is contained in:
parent
7995385a19
commit
4c2f403740
3 changed files with 11 additions and 4 deletions
|
@ -33,7 +33,8 @@ namespace data
|
|||
eReachable = 0x04,
|
||||
eSSUTesting = 0x08,
|
||||
eSSUIntroducer = 0x10,
|
||||
eHidden = 0x20
|
||||
eHidden = 0x20,
|
||||
eUnreachable = 0x40
|
||||
};
|
||||
|
||||
enum TransportStyle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue