Files
smartproxy/rust/crates/rustproxy-passthrough/src/socket_relay.rs

5 lines
191 B
Rust

//! Socket handler relay module.
//!
//! Note: The actual relay logic lives in `tcp_listener::relay_to_socket_handler()`
//! which has proper timeouts, cancellation, and metrics integration.