show next peer and connectivity on transit tunnels page

This commit is contained in:
orignal
2024-12-16 19:49:14 -05:00
parent 833e0a936e
commit b4bcd9914a
13 changed files with 92 additions and 14 deletions

View File

@@ -3114,5 +3114,10 @@ namespace transport
else if (!sent && !m_SentPackets.empty ()) // if only acks received, nothing sent and we still have something to resend
Resend (i2p::util::GetMillisecondsSinceEpoch ()); // than right time to resend
}
i2p::data::RouterInfo::SupportedTransports SSU2Session::GetTransportType () const
{
return m_RemoteEndpoint.address ().is_v4 () ? i2p::data::RouterInfo::eSSU2V4 : i2p::data::RouterInfo::eSSU2V6;
}
}
}