Removed the symbol received Overloaded the 'to' method, to accept 4-float IP, avoiding gethostbyname().
Added a verbosity control; received ip address is also output as a symbol so it can be passed directly to a [to( message.
Uses sendto instead of connect to greaty simplify things.
moved the help file to the right place
A server for udp connections that can use the same port number for sending and receiving.
Now syncs timestamps to system clock only at astartup, then tracks Pd's DSP clock.
Sender thread is now a loop that runs while connected, instead of once per send.
Added REUSEADDR and NODELAY to the tcp options. Changed the error messages to print the errno.