An implementation of the go-back-N protocol for CS 485 Networking at the University of Kentucky
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
15
commits
Updated Makefile to move LDFLAGS to the end of the linking command because GCC is weird about that kind of thing
bc1d609View on GitHubFixed issue with receiving. Was reading in wrong CLI argument
c2b09f2View on GitHubGetting a little closer to the source of a bug where packets are not received by the receiver. It might be that I'm running on a virtual machine. Going to try on laptop
8cb871fView on GitHubAdding completed (but uncompiled) receiver + some alterations in sender's arg parsing. Deleting extraneous .o file that got added accidentally.
6f701c3View on GitHubAdding changes that make the damn thing compile. Lots of errors all over the place
7902f3eView on GitHubFinished changes to sender (before compilation). Moved packet code to its own implementation file. Added Makefile
59bcd43View on GitHubFleshed out packet design, including making packet, ack, sending both, and serialization/deserialization
bf12c31View on GitHubAdded serialization to packet structure, starting to complete client code. Fixed some incorrect names in sighandler, deleting old code from PA1. Not sure what to do with net.c/h since networking code will probably be in sender/receiver code now
1360390View on GitHub