NAME talker, listener SYNOPSIS talker [-v] -p port -h host message listener [-v] -p port DESCRIPTION listener binds to the given UDP port, listens for a packet and echos it back to the source port and source IP. talker sends the given message in a UDP packet to the given port and host, then listens for a packet on port that its socket was bound to. It prints out the contents of the returned packet to stdout. The verbose option (-v) will have the listener and talker print to stdout the source and destination port and IP of the packets that arrive.