Skip to content

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.

Notifications You must be signed in to change notification settings

hikushalhere/SimpleTCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

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

No packages published

Languages