Function start_tcp_worker

Source
pub fn start_tcp_worker(
    config: TcpListenerConfig,
    max_buffers: usize,
    buffer_size: usize,
    channel: ProxyChannel,
) -> Result<()>
Expand description

This is not directly used by Sōzu but is available for example and testing purposes