mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
differentiate garlic message received from tunnel and directly
This commit is contained in:
parent
4f1f08b805
commit
5997cb80bd
8 changed files with 19 additions and 16 deletions
2
Garlic.h
2
Garlic.h
|
@ -67,7 +67,7 @@ namespace garlic
|
|||
GarlicRouting ();
|
||||
~GarlicRouting ();
|
||||
|
||||
void HandleGarlicMessage (uint8_t * buf, size_t len);
|
||||
void HandleGarlicMessage (uint8_t * buf, size_t len, bool isFromTunnel);
|
||||
|
||||
I2NPMessage * WrapSingleMessage (const i2p::data::RoutingDestination * destination,
|
||||
I2NPMessage * msg, I2NPMessage * leaseSet = nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue