mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
move unsent I2NP messages to new session if replaced
This commit is contained in:
parent
a1322d4667
commit
bc8adf1433
3 changed files with 27 additions and 7 deletions
|
@ -151,7 +151,8 @@ namespace transport
|
|||
|
||||
void SendLocalRouterInfo (bool update) override; // after handshake or by update
|
||||
void SendI2NPMessages (const std::vector<std::shared_ptr<I2NPMessage> >& msgs) override;
|
||||
|
||||
void MoveSendQueue (std::shared_ptr<NTCP2Session> other);
|
||||
|
||||
private:
|
||||
|
||||
void Established ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue