https://github.com/meysam81/stop-and-wait
implementing stop and wait protocol from computer networks college study in c++ language using UDP socket with artificial error rate for benchmark
https://github.com/meysam81/stop-and-wait
artificial-error benchmark c-plus-plus client-server error-reporting udp udp-client udp-protocol udp-server udp-socket
Last synced: 3 months ago
JSON representation
implementing stop and wait protocol from computer networks college study in c++ language using UDP socket with artificial error rate for benchmark
- Host: GitHub
- URL: https://github.com/meysam81/stop-and-wait
- Owner: meysam81
- Created: 2017-12-27T03:46:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T18:44:14.000Z (over 8 years ago)
- Last Synced: 2025-10-31T15:33:14.994Z (8 months ago)
- Topics: artificial-error, benchmark, c-plus-plus, client-server, error-reporting, udp, udp-client, udp-protocol, udp-server, udp-socket
- Language: C++
- Size: 207 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stop-and-wait
implementing stop and wait protocol from computer networks college study in c++ language using UDP socket with artificial error rate for benchmark