/************************************************************ * * helloh * * Adapted from Douglas Comer's "Internetworking with TCP/IP" * by Jeff Ondich and Lauren Jantz, summer 1995. * * Constants used by the example client and servers. * ************************************************************/ #define Q_LENGTH 5 #define PORT_NUMBER 5555 #define HOST_NAME "iverson.mathcs.carleton.edu"