mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
dont re-request LS
This commit is contained in:
parent
59dd479a6d
commit
f3d4077142
2 changed files with 8 additions and 3 deletions
|
@ -88,7 +88,7 @@ namespace datagram
|
|||
boost::asio::deadline_timer m_SendQueueTimer;
|
||||
std::vector<std::shared_ptr<I2NPMessage> > m_SendQueue;
|
||||
uint64_t m_LastUse;
|
||||
|
||||
bool m_RequestingLS;
|
||||
};
|
||||
|
||||
const size_t MAX_DATAGRAM_SIZE = 32768;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue