pub fn reverse_proxy_tcp_udp(
upstream_tcp: String,
downstream_udp: String,
) -> JoinHandle<()>Expand description
Listen for incoming TCP connections and forward received bytes to a UDP socket address
pub fn reverse_proxy_tcp_udp(
upstream_tcp: String,
downstream_udp: String,
) -> JoinHandle<()>Listen for incoming TCP connections and forward received bytes to a UDP socket address