计算机网络
文章平均质量分 95
BoL0150
这个作者很懒,什么都没留下…
展开
-
CS144—手写TCP 实验记录(四):lab3
CS144实验记录(四):lab3在lab3中,我们需要实现TCPsender。TCPsender负责接收对方发送的TCPsegment中的ack号和接收窗口大小(first unassembled索引和first unacceptable索引的距离),应用层通过socket将字节流写入TCPsender中的ByteStream,TCPsender根据接收到的ackno和window size,从ByteStream中读取出来,将ByteStream中的字节流转化为连续的TCPsegment,发送给对方原创 2021-09-01 18:23:33 · 1054 阅读 · 0 评论 -
《计算机网络自顶向下方法》Wireshark lab(一)
Getting StartedWireshark:A packet sniffer for observing the messages exchanged between executing protocol entitiesA packet sniffer captures (“sniffs”) messages being sent/received from/by your computer; it will also typically store and/or display the con原创 2021-07-20 22:15:21 · 2422 阅读 · 0 评论