Read Me Bon Adriel Aseniero included: stasher.c - the server side code client.c - the client code ReadMe ( a few test files ) To run the program: run the server first: stasher.c it will print the port number in use run the client: client.c input the host and the port number in used by the server code This program makes use of Client and Server which both runs infinitely; The Client can exit without closing the server so it can still listen for new connections. The Client can also close the server.