Colin Mai [email protected] To compile, run "gcc -g -o client_c_udp client_c_udp.c" and "gcc -g -o server_c_udp server_c_udp.c". For tcp just replace udp with tcp. To run, the command for the server is server_c_udp (portnumber). Command for client is client_c_edp (ip address) (portnumber).