send DeliveryStatus back through a tunnel from same tunnel pool

This commit is contained in:
orignal 2014-08-15 15:51:39 -04:00
parent 2b5382ce9b
commit f741b14664
2 changed files with 10 additions and 8 deletions

View file

@ -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: