TCP Client and Server A basic implementation of a TCP client and server. Running Server make ARGS=<port> server Client make ARGS=<addr>:<port> client