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.