2026-03-26 07:05:57 +00:00
|
|
|
//! Socket handler relay module.
|
2026-02-09 10:55:46 +00:00
|
|
|
//!
|
2026-03-26 07:05:57 +00:00
|
|
|
//! Note: The actual relay logic lives in `tcp_listener::relay_to_socket_handler()`
|
|
|
|
|
//! which has proper timeouts, cancellation, and metrics integration.
|