show itag for SSU2 sessions

This commit is contained in:
orignal 2022-06-17 18:45:37 -04:00
parent 2cc106b43e
commit 2067de162a
3 changed files with 6 additions and 0 deletions

View file

@ -176,6 +176,7 @@ namespace transport
void Done () override;
void SendLocalRouterInfo (bool update) override;
void SendI2NPMessages (const std::vector<std::shared_ptr<I2NPMessage> >& msgs) override;
uint32_t GetRelayTag () const override { return m_RelayTag; };
void Resend (uint64_t ts);
bool IsEstablished () const { return m_State == eSSU2SessionStateEstablished; };
uint64_t GetConnID () const { return m_SourceConnID; };