README.txt In this directory you find files for a daytime server and a daytime client. They are copied and slightly modified from Stevens - Network Programming, Vol. 1. The files are daytimetcpsrv.c - Code for the daytime server. daytimetcpcli.c - Code for the client to the daytime server. makefile - Used by make to generate the executable images 'server' and 'client'. You execute the server with % server [portid] & so that the server runs in the background and responds to connections on port portid. If you do not specify portid, 5000 will be used. You execute the client with % client [hostname [portid]] The client will connect with the daytime server running on system hostname (for example, snowhite.cis.temple.edu) on port portid. The default for portid is 5000, for hostname localhost.