随笔分类 - 086_网络协议—TCP/IP
摘要:https://serverfault.com/questions/799421/tcp-dup-ack-linux-kernel-3-2 The Problem Your throughput issues appear to be caused by a buggy implementation
阅读全文
摘要:https://groups.google.com/g/syzkaller/c/YpU1_PMV_gU/m/FmLVGHqTCAAJ Hello,The following program triggers use-after-free in ip6_xmit:// autogenerated by
阅读全文
摘要:https://blog.csdn.net/sinat_20184565/article/details/105884870 内核实现的时间排序的未确认报文链表(time-sorted sent but un-SACKed skbs),用于加速RACK算法的处理。tsorted链表初始化首先是位于套
阅读全文
摘要:// include/linux/skbuff.hstruct sk_buff {//ztg// char cb[80] __aligned(8); char cb[80] __aligned(8);}// ./include/net/tcp.h#define TCP_SKB_CB(__skb) (
阅读全文
摘要:https://stackoverflow.com/questions/4883689/send-same-packets-to-multiple-clients question: I have to develop a software to send same packets to multi
阅读全文
摘要:https://unix.stackexchange.com/questions/337456/is-tcp-pacing-enabled-by-default-on-linux Asked 5 years agoActive 2 years, 10 months agoViewed 3k time
阅读全文
摘要:https://www.programmersought.com/article/56241261068/ The TCP Pacing function controls the rate at which TCP is sent.Initialization of PacingIn the TC
阅读全文
摘要:https://www.cnblogs.com/huang-xiang/p/13226229.html 背景和意义# 随着Internet的发展,网络中出现了越来越多的高速和长距离链路,这些链路的特点是时延带宽积(BDP=bandwith*RTT)很大,也就是说,这些链路所能容纳的总数据量很大。 传
阅读全文
摘要:https://www.cnblogs.com/mylinuxer/p/5146142.html /* * TCP CUBIC: Binary Increase Congestion control for TCP v2.3 * Home page: * http://netsrv.csc.ncsu
阅读全文
摘要:https://aws.amazon.com/cn/blogs/china/talking-about-network-optimization-from-the-flow-control-algorithm/ by Lianghong Fei | on 16 MAR 2021 | in Netwo
阅读全文
摘要:https://patents.google.com/patent/WO2016065676A1/zh Abstract本发明提供了一种基于吞吐率和丢包控制CWND的优化方法和系统。所述方法包括以下步骤:针对收到ACK应答的数据报文,计算其实际的即时吞吐率;根据所述即时吞吐率计算平滑吞吐率;判断平滑
阅读全文
摘要:https://patchwork.ozlabs.org/project/netdev/patch/20180117201101.14137-2-ycheng@google.com/ Message ID 20180117201101.14137-2-ycheng@google.comState A
阅读全文
摘要:https://datatracker.ietf.org/doc/html/rfc7323 [Search] [txt|html|pdf|bibtex] [Tracker] [WG] [Email] [Diff1] [Diff2] [Nits]From: draft-ietf-tcpm-1323bi
阅读全文
摘要:https://www.rfc-editor.org/rfc/rfc6298.txt Internet Engineering Task Force (IETF) V. PaxsonRequest for Comments: 6298 ICSI/UC BerkeleyObsoletes: 2988
阅读全文
摘要:http://douc54.cs.edinboro.edu/~bennett/class/csci475/spring2007/notes/ch20/seven.html Approaches to congestion control. End to End control Stallings a
阅读全文
摘要:https://networkengineering.stackexchange.com/questions/69562/estimating-the-round-trip-time-in-tcp I was reading a textbook which says: Let’s begin ou
阅读全文
摘要:http://abcdxyzk.github.io/blog/2013/09/27/kernel-net-tcp-timer/ 在内核中tcp协议栈有6种类型的定时器: 1 2 3 4 5 6 7 1 重传定时器。 2 delayed ack定时器 3 零窗口探测定时器 上面三种定时器都是作为tcp
阅读全文
摘要:https://zhuanlan.zhihu.com/p/144273871?utm_source=weibo&utm_medium=social&utm_oi=26757679808512&utm_content=snapshot hystart 混合启动算法 导致了 bufferbloat,从而
阅读全文
摘要:Loss-based algorithms Tahoe Reno NewReno SCTP HS-TCP H-TCP Hybla BIC Cubic Westwood Westwood+ TCPW-A LogWestwood+Delay-based algorithms DUAL Vegas Veg
阅读全文
摘要:https://www.linkedin.com/pulse/20141113153643-13386347-what-is-delayed-ack-and-how-can-it-be-a-bottleneck-in-your-network Gonzalo MurilloAzure Rapid R
阅读全文