mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 04:37:50 +02:00
re-shedule introducers updates if router becomes firewalled
This commit is contained in:
parent
065cfe3b9d
commit
e70ffc9d7c
3 changed files with 26 additions and 4 deletions
|
@ -70,7 +70,8 @@ namespace transport
|
|||
void AddRelay (uint32_t tag, std::shared_ptr<SSUSession> relay);
|
||||
void RemoveRelay (uint32_t tag);
|
||||
std::shared_ptr<SSUSession> FindRelaySession (uint32_t tag);
|
||||
|
||||
void RescheduleIntroducersUpdateTimer ();
|
||||
|
||||
void NewPeerTest (uint32_t nonce, PeerTestParticipant role, std::shared_ptr<SSUSession> session = nullptr);
|
||||
PeerTestParticipant GetPeerTestParticipant (uint32_t nonce);
|
||||
std::shared_ptr<SSUSession> GetPeerTestSession (uint32_t nonce);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue