mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:54:01 +01:00
handle encrypteed I2NPShortTunnelBuildReply in destination
This commit is contained in:
parent
cfbf5862f9
commit
911ab9813e
|
@ -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…
Reference in a new issue