mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
send update local RouterInfo
This commit is contained in:
parent
605ccf3e02
commit
3bef6383d9
5 changed files with 29 additions and 5 deletions
|
@ -173,6 +173,7 @@ namespace transport
|
|||
void CleanUp (uint64_t ts);
|
||||
void FlushData ();
|
||||
void Done () override;
|
||||
void SendLocalRouterInfo (bool update) override;
|
||||
void SendI2NPMessages (const std::vector<std::shared_ptr<I2NPMessage> >& msgs) override;
|
||||
void Resend (uint64_t ts);
|
||||
bool IsEstablished () const { return m_State == eSSU2SessionStateEstablished; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue