handle RouterInfo from NTCP2 in netdb's thread

This commit is contained in:
orignal 2018-11-14 20:52:54 -05:00
parent 588d64a30b
commit d7081c5f23
3 changed files with 7 additions and 3 deletions

View file

@ -75,6 +75,7 @@ namespace i2p
enum I2NPMessageType
{
eI2NPDummyMsg = 0,
eI2NPDatabaseStore = 1,
eI2NPDatabaseLookup = 2,
eI2NPDatabaseSearchReply = 3,