mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-24 16:15:37 +02:00
eliminate datagram send timer
This commit is contained in:
parent
0639cce784
commit
a33cad4b70
2 changed files with 7 additions and 22 deletions
libi2pd
|
@ -85,8 +85,6 @@ namespace datagram
|
|||
|
||||
private:
|
||||
|
||||
void ScheduleFlushSendQueue();
|
||||
|
||||
void HandleSend(std::shared_ptr<I2NPMessage> msg);
|
||||
|
||||
std::shared_ptr<i2p::garlic::GarlicRoutingPath> GetSharedRoutingPath();
|
||||
|
@ -101,7 +99,6 @@ namespace datagram
|
|||
std::shared_ptr<i2p::garlic::GarlicRoutingSession> m_RoutingSession;
|
||||
std::shared_ptr<const i2p::data::Lease> m_CurrentRemoteLease;
|
||||
std::shared_ptr<i2p::tunnel::OutboundTunnel> m_CurrentOutboundTunnel;
|
||||
boost::asio::deadline_timer m_SendQueueTimer;
|
||||
std::vector<std::shared_ptr<I2NPMessage> > m_SendQueue;
|
||||
uint64_t m_LastUse;
|
||||
bool m_RequestingLS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue