A SendStream is just a wrapper around a ConnectionRef, so it seems possible to get the connection id. But this is not exposed. With ConnectionId I mean the stable id of the connection, not the QUIC internal connection id. Basically this thing: https://docs.rs/quinn/latest/quinn/struct.Connection.html#method.stable_id This would be needed to implement https://github.com/n0-computer/irpc/issues/13