mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
send DeliveryStatus back through a tunnel from same tunnel pool
This commit is contained in:
parent
2b5382ce9b
commit
f741b14664
2 changed files with 10 additions and 8 deletions
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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue