mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
send DeliveryStatus back through a tunnel from same tunnel pool
This commit is contained in:
4
Garlic.h
4
Garlic.h
@@ -113,8 +113,8 @@ namespace garlic
|
||||
|
||||
void Run ();
|
||||
void ProcessGarlicMessage (I2NPMessage * msg);
|
||||
void HandleAESBlock (uint8_t * buf, size_t len, SessionDecryption * decryption);
|
||||
void HandleGarlicPayload (uint8_t * buf, size_t len);
|
||||
void HandleAESBlock (uint8_t * buf, size_t len, SessionDecryption * decryption, i2p::tunnel::InboundTunnel * from);
|
||||
void HandleGarlicPayload (uint8_t * buf, size_t len, i2p::tunnel::InboundTunnel * from);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user