Crate mproxy_reverseproxy

Source

Functionsยง

reverse_proxy_tcp_udp
Listen for incoming TCP connections and forward received bytes to a UDP socket address
reverse_proxy_udp
Forward bytes from UDP upstream socket address to UDP downstream socket address
reverse_proxy_udp_tcp
Forward a UDP socket stream (e.g. from a multicast channel) to connected TCP clients. Spawns a listener thread, plus one thread for each incoming TCP connection.