mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
transit tunnel gateway batching
This commit is contained in:
parent
82103e6a39
commit
1dc166f0f8
4 changed files with 25 additions and 9 deletions
|
@ -226,7 +226,7 @@ namespace tunnel
|
|||
|
||||
private:
|
||||
|
||||
std::vector<I2NPMessage *> m_TunnelMsgs;
|
||||
std::vector<I2NPMessage *> m_TunnelMsgs, m_TunnelGatewayMsgs;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue