计算机网络
文章平均质量分 90
KindergartenKing
这个作者很懒,什么都没留下…
展开
-
CS144 Lab Assignments - 手写TCP - LAB4
CS 144: Introduction to Computer Networking, Fall 2020https://cs144.github.io/My Repohttps://github.com/wine99/cs144-20fa思否主页:https://segmentfault.com/u/wine99任务本节实现 TCPConnection 类,实例化这个类将作为一个完整的 TCP 连接中的一个 peer(可以充当任意一方,Server 或 Client)。前面两个实验分.原创 2021-02-18 10:01:54 · 877 阅读 · 0 评论 -
CS144 Lab Assignments - 手写TCP - LAB3
CS 144: Introduction to Computer Networking, Fall 2020https://cs144.github.io/My Repohttps://github.com/wine99/cs144-20fa总体思路tick 不需要我们来调用,参数的意义是距离上次 tick 被调用过去的时间,也不需要我们来设定。我们只需要在 tick 中实现,通过参数判断过去了多少时间,需要执行何种操作即可。注意根据文档,我们要不需要实现选择重传,而是类似回退 N,需要存储.原创 2021-02-16 10:51:01 · 372 阅读 · 0 评论 -
CS144 Lab Assignments - 手写TCP - LAB2
CS 144: Introduction to Computer Networking, Fall 2020https://cs144.github.io/My Repohttps://github.com/wine99/cs1…Translating between 64-bit indexes and 32-bit seqnos[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-bBmGx8ly-1612942265141)(https://s3.ax1x.com.原创 2021-02-10 15:32:23 · 294 阅读 · 0 评论 -
CS144 Lab Assignments - 手写TCP - LAB1
CS 144: Introduction to Computer Networking, Fall 2020https://cs144.github.io/My Repohttps://github.com/wine99/cs144-20fa思否主页:https://segmentfault.com/u/wine99任务[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-oV3ADwFF-1611664821719)(https://s3.ax1x.com/20.原创 2021-01-26 20:41:48 · 413 阅读 · 0 评论 -
CS144 Lab Assignments - 手写TCP - LAB0
CS 144: Introduction to Computer Networking, Fall 2020https://cs144.github.io/My Repohttps://github.com/wine99/cs144-20faLAB0 在 master 分支,LAB1 - 7 在对应名字的分支。思否主页:https://segmentfault.com/u/wine99webgetWhat is webget?参照 lab0.pdf 2.1 Fetch a Web p.原创 2021-01-26 20:36:50 · 454 阅读 · 4 评论