mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
handle encrypteed I2NPShortTunnelBuildReply in destination
This commit is contained in:
parent
cfbf5862f9
commit
911ab9813e
1 changed files with 3 additions and 0 deletions
|
@ -366,6 +366,9 @@ namespace client
|
||||||
case eI2NPDatabaseSearchReply:
|
case eI2NPDatabaseSearchReply:
|
||||||
HandleDatabaseSearchReplyMessage (payload, len);
|
HandleDatabaseSearchReplyMessage (payload, len);
|
||||||
break;
|
break;
|
||||||
|
case eI2NPShortTunnelBuildReply: // might come as garlic encrypted
|
||||||
|
i2p::HandleI2NPMessage (CreateI2NPMessage (typeID, payload, len, msgID));
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
LogPrint (eLogWarning, "Destination: Unexpected I2NP message type ", typeID);
|
LogPrint (eLogWarning, "Destination: Unexpected I2NP message type ", typeID);
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue