Skip to main content

serve

Function serve 

Source
pub async fn serve(listener: TcpListener, config: Config) -> Res<()>
Expand description

Serve SOCKS5 connections on an already-bound listener. Split out from run so tests can drive the proxy against an ephemeral loopback port.