Added IROH stats expose

This commit is contained in:
Ultradesu
2026-07-24 22:28:12 +03:00
parent e5353fa9b9
commit 085a4752da
3 changed files with 119 additions and 3 deletions
+2 -2
View File
@@ -121,6 +121,6 @@ pub use service::{
// Re-exported types from the transport layer that appear in this API.
pub use federation_net::{
ByteStream, EndpointAddr, EndpointId, NetworkId, PeerTicket, RecvStream, RendezvousConfig,
SecretKey, SendStream, StreamAcceptor,
ByteStream, ByteStreamConnectionStats, ConnectionPathKind, EndpointAddr, EndpointId, NetworkId,
PeerTicket, RecvStream, RendezvousConfig, SecretKey, SendStream, StreamAcceptor,
};