Function solana_net_utils::ip_echo_server[][src]

pub fn ip_echo_server(tcp_listener: TcpListener) -> IpEchoServer

Starts a simple TCP server on the given port that echos the IP address of any peer that connects. Used by |get_public_ip_addr|