5 lines
191 B
Rust
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.
|