Function sozu_lib::tcp::start

source ·
pub fn start(
    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