mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
use same outbound tunnel for streaming as long as possible
This commit is contained in:
parent
a25fe85b4d
commit
dda80703d2
4 changed files with 28 additions and 15 deletions
|
@ -128,6 +128,7 @@ namespace stream
|
|||
i2p::data::Identity m_RemoteIdentity;
|
||||
const i2p::data::LeaseSet * m_RemoteLeaseSet;
|
||||
i2p::data::Lease m_CurrentRemoteLease;
|
||||
i2p::tunnel::OutboundTunnel * m_CurrentOutboundTunnel;
|
||||
std::queue<Packet *> m_ReceiveQueue;
|
||||
std::set<Packet *, PacketCmp> m_SavedPackets;
|
||||
std::set<Packet *, PacketCmp> m_SentPackets;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue