async fn forward_uni_streams(
source: &Transport,
dest: &Transport,
side: ProxySide,
ctx: &ForwardCtx,
) -> Result<(), ProxyError>Expand description
Forward unidirectional streams from source to destination.
async fn forward_uni_streams(
source: &Transport,
dest: &Transport,
side: ProxySide,
ctx: &ForwardCtx,
) -> Result<(), ProxyError>Forward unidirectional streams from source to destination.