摘要: rfcx下载地址 :https://www.ietf.org/rfc/ RFC793 : Transmission Control Protocol 该 RFC 正是定义了 TCP 协议的那份 RFC。在该 RFC 中,可以查到 TCP 的很多 细节 RFC1323 : TCP Extensions 阅读全文
posted @ 2021-11-20 17:32 codestacklinuxer 阅读(186) 评论(0) 推荐(0) 编辑
摘要: FACK 重传 FACK全称Forward Acknowledgment 算法,论文地址在这里(PDF)Forward Acknowledgement: Refining TCP Congestion Control SACK是使用了TCP扩展字段Ack了有哪些数据收到,哪些数据没有收到,他比Fas 阅读全文
posted @ 2021-11-20 17:28 codestacklinuxer 阅读(230) 评论(0) 推荐(0) 编辑
摘要: struct tcp_sock {//在 inet_connection_sock 基础上增加了 滑动窗口 拥塞控制算法等tcp 专有 属性 /* inet_connection_sock has to be the first member of tcp_sock */ struct inet_c 阅读全文
posted @ 2021-11-20 00:15 codestacklinuxer 阅读(188) 评论(0) 推荐(0) 编辑