A RDT protocol implementation over TCP, (a) TCP pipelining at sender/receiver under multiple packets, (b) SEQ and ACK numbers updates on bytes transferred, (c) Fast re-transmit functionality
Stars
2
Forks
1
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
28
commits
GoBackN working as expected! Added modifications on both Receiver and Sender side, maniupulated flags to check and run it. There are a few bugs when sometimes you start the application, it runs into a buffer error because it's going too fast to have everything updated synchronously. Making the delays slower tend to fix this
2bd20dbView on GitHubincorporated code from the previous proxy server @Rubix982/Proxii. Moved Proxii/app.py to controllers/ProxyDriver.py. Changed README.md with more instructions. Current Cache not implemented, but exists with the LRU and LFU changes
586742aView on GitHubadded newer instructions for pipenv, formatted app.py, made a few changes in the .env file
92fcd78View on GitHubadded new functionality to AuxProcessing, TCPPackets, formatted the code with autopep8
0fa850eView on GitHub