-
Notifications
You must be signed in to change notification settings - Fork 0
Built a reliable transport layer on top of an unreliable channel that was a simulated lossy network layer. The layer provides reliable, connection-oriented, in-order, full duplex end-to-end delivery mechanism.
hikushalhere/SimpleTCP
Folders and files
Name | Name | Last commit message | 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.
About
Built a reliable transport layer on top of an unreliable channel that was a simulated lossy network layer. The layer provides reliable, connection-oriented, in-order, full duplex end-to-end delivery mechanism.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published