mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-13 01:26:53 +02:00
force LeaseSet timestamp update if published at the same second
This commit is contained in:
parent
d75f15104e
commit
52a313bb65
4 changed files with 19 additions and 11 deletions
libi2pd
|
@ -306,6 +306,7 @@ namespace client
|
|||
std::shared_ptr<i2p::stream::StreamingDestination> m_LastStreamingDestination; uint16_t m_LastPort; // for server tunnels
|
||||
i2p::datagram::DatagramDestination * m_DatagramDestination;
|
||||
int m_RefCounter; // how many clients(tunnels) use this destination
|
||||
uint64_t m_LastPublishedTimestamp;
|
||||
|
||||
boost::asio::deadline_timer m_ReadyChecker;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue