/TCP-Socket

The repository contains the lab of NTHU's Intro to Computer Network course.

Primary LanguageC++

compile

g++ server.cpp -o server
g++ client.cpp -o client

Execution

./server
./client