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: 24 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T18:44:14.000Z (over 7 years ago)
- Last Synced: 2025-03-24T17:21:41.510Z (about 1 month 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