KAIST-IS521 / 2018s-gitctf-team2

1 stars 1 forks source link

Networks-TCP-Chat-Program

A simple chat program on TCP using sockets, written in C. For Networks - CSC 464 Spring '15

Simple TCP chat program with server and clients. Server takes port to listen as command-line argument. Clients take handle and server port to communicate.

'make' will produce server and cclient, the two executables.