pub fn proxy_steerable_with_capture(
frontend: &mut Socket,
backend: &mut Socket,
capture: &mut Socket,
control: &mut Socket,
) -> Result<()>
Expand description
Start a 0MQ proxy in the current thread, with capture and control sockets.
Provides a steerable proxy with a capture socket. See proxy_with_capture