hikushalhere/SimpleTCP
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
The code is contained in the directory "final". The implementation of Simple TCP is done in the file transport.c. The rest of the code is: 1. A simulated Network Layer. 2. Typical client and server to test the layer. 3. API provided for STCP implementation. Please user makefile to build the server and the client.