mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-10 05:11:10 +00:00
drop garlic message in garlic clove
This commit is contained in:
parent
ac94341203
commit
1c4cc02c23
@ -1100,6 +1100,12 @@ namespace i2p
|
||||
|
||||
bool RouterContext::HandleCloveI2NPMessage (I2NPMessageType typeID, const uint8_t * payload, size_t len, uint32_t msgID)
|
||||
{
|
||||
if (typeID == eI2NPGarlic)
|
||||
{
|
||||
// TODO: implement
|
||||
LogPrint (eLogWarning, "Router: garlic message in garlic clove. Dropped");
|
||||
return false;
|
||||
}
|
||||
auto msg = CreateI2NPMessage (typeID, payload, len, msgID);
|
||||
if (!msg) return false;
|
||||
i2p::HandleI2NPMessage (msg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user