Crate solana_net_utils
source ·Expand description
The net_utils
module assists with networking
Structs
A data type representing a public Udp socket
Constants
Functions
Determine the public IP address of this machine by asking an ip_echo_server at the given
address
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|