This repository was archived by the owner on Dec 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
cs3600/project4
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Creating a reliable TCP client For this milestone we implemented a basic window. Our window size is 8. We keep track of how many packets we have sent and not received acknowledgements back for (cur_sent). This number is incremented on send and decremented on confirmation by an ack from the receiver to the sender. We send packets until our cur_sent is the same as window size. Then we wait for responses and continue the above mentioned process. TODO: - Checksum - Cache complete sent packets in sender - Cache received packets in a buffer at receiver - this only keeps those not in incremental order - Improved error handling and checking
About
Reliable UDP
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published