mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 19:57:48 +02:00
handle ECIESFlag in DatabaseLookup at floodfill
This commit is contained in:
parent
a9436aa9af
commit
4e1319d874
4 changed files with 54 additions and 5 deletions
|
@ -95,6 +95,7 @@ namespace i2p
|
|||
// DatabaseLookup flags
|
||||
const uint8_t DATABASE_LOOKUP_DELIVERY_FLAG = 0x01;
|
||||
const uint8_t DATABASE_LOOKUP_ENCRYPTION_FLAG = 0x02;
|
||||
const uint8_t DATABASE_LOOKUP_ECIES_FLAG = 0x10;
|
||||
const uint8_t DATABASE_LOOKUP_TYPE_FLAGS_MASK = 0x0C;
|
||||
const uint8_t DATABASE_LOOKUP_TYPE_NORMAL_LOOKUP = 0;
|
||||
const uint8_t DATABASE_LOOKUP_TYPE_LEASESET_LOOKUP = 0x04; // 0100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue