随笔分类 - 086_网络协议—TCP/IP
摘要:https://noisy.network/2017/02/06/delayed-ack-and-nagles-algorithm/ mavenetPosted on February 6, 2017Categories BigIP F5, NetworkTags Delayed ACK, Nagl
阅读全文
摘要:https://strugglingcoder.info/index.php/linux-kernel-tcp-smoothed-rtt-estimation/ Posted: February 18th, 2018 | Author: hiren | Filed under: Linux, net
阅读全文
摘要:https://www.stormit.cloud/post/what-is-round-trip-time-rtt-meaning-calculation In this article, you will learn:Round-trip time (RTT) meaning and what
阅读全文
摘要:https://www.pico.net/kb/how-can-tcp-acks-be-used-to-measure-latency-to-a-server/ TCP ACKs can be used to measure the round-trip time to a TCP receiver
阅读全文
摘要:https://blog.csdn.net/an_zhenwei/article/details/7951527 scp.c中main 基本流程1、解析参数;2、根据"最后的参数"看是本地copy,还是远程copy。 分别指向toremote和tolocal函数。3、toremote()分三种:(和
阅读全文
摘要:https://blog.csdn.net/dog250/article/details/52830576 写本文的初衷一部分来自于工作,更多的来自于发现国内几乎还没有中文版的关于TCP bbr算法的文章,我想抢个沙发。本文写于2016/10/15! 本文的写作方式可能稍有不同,之前很多关于Open
阅读全文
摘要:CONFIG_NET_SCH_NETEM: Say Y if you want to emulate network delay, loss, and packet re-ordering. This is often useful to simulate networks when testing
阅读全文
摘要:https://www.cdnplanet.com/blog/tune-tcp-initcwnd-for-optimum-performance/#change-initcwnd Tuning the initial congestion window parameter (initcwnd) on
阅读全文
摘要:https://titanwolf.org/Network/Articles/Article?AID=6d260d47-8ba6-4fa6-ba2f-4dc4c2dd6800#gsc.tab=0 Calculation of RTO in tcp and related open source im
阅读全文
摘要:https://www.cnblogs.com/kfngxl/p/14083956.html 前面和大家分享了我在CPU、内存、磁盘上的一点浅薄的思考。今天开始我们讨论Linux里最重要的一个模块-网络模块。还是按照惯例来,让我们从一段最简单的代码开始思考。为了简单起见,我们用upd来举例,如下:
阅读全文
摘要:come from https://jamiekuo1.gitbooks.io/network-of-linux-kernel/content/tcp_object.html come from https://www.oocities.org/marco_corvi/games/lkpe/sock
阅读全文
摘要:https://lwn.net/Articles/617824/ tcp: Add TCP_FREEZE socket option From: Kristian Evensen <kristian.evensen@gmail.com> To: netdev@vger.kernel.org Subj
阅读全文
摘要:http://blog.csdn.net/zhangskd/article/details/16879781 本文主要分析:服务器端接收到SYN包时的处理路径。 内核版本:3.6 Author:zhangskd @ csdn blog 接收入口 1. 状态为ESTABLISHED时,用tcp_rcv
阅读全文
摘要:http://blog.csdn.net/wenqian1991/article/details/46731357 接前文connect 函数剖析(一) 接收数据包函数,release_sock 函数是在 sock.c中,该函数是在 inet socket 层,其内部的数据结构为 sock 结构 值
阅读全文