Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hongjr03/ouc-tcp-lab
https://github.com/hongjr03/ouc-tcp-lab
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hongjr03/ouc-tcp-lab
- Owner: hongjr03
- Created: 2024-12-09T19:25:33.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-12-17T02:02:42.000Z (6 days ago)
- Last Synced: 2024-12-17T03:22:42.587Z (6 days ago)
- Language: Java
- Size: 1.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OUC 计算机网络 TCP 实验
本仓库为2024秋洪锋老师计算机网络课程的期末TCP课程设计,基于提供的 [RDT 1.0](https://github.com/hongjr03/OUC-TCP-Lab/tree/RDT1.0-initial) 代码迭代实现了以下分支的协议。需要注意的是由于才疏学浅,实现的内容并不完全和协议相符,仅供参考,如有问题欢迎发 Issue 告知!
## 分支概览
- [RDT 1.0](https://github.com/hongjr03/OUC-TCP-Lab/tree/RDT1.0-initial)
- [RDT 2.x](https://github.com/hongjr03/OUC-TCP-Lab/tree/RDT2.x)
- [RDT 3.0](https://github.com/hongjr03/OUC-TCP-Lab/tree/RDT3.0)
- [Select Response](https://github.com/hongjr03/OUC-TCP-Lab/tree/Select-Response)
- [Go Back N](https://github.com/hongjr03/OUC-TCP-Lab/tree/Go-Back-N)
- [TCP](https://github.com/hongjr03/OUC-TCP-Lab/tree/TCP)
- [TCP Tahoe](https://github.com/hongjr03/OUC-TCP-Lab/tree/TCP-Tahoe)
- [TCP Reno](https://github.com/hongjr03/OUC-TCP-Lab/tree/TCP-Reno)## 实验报告
还在写。
## Star History