Linux 网络栈监控和调优:发送数据 & 接收数据
这是一个关于Linux网络监控和调优系列文章的第二篇,详尽的介绍了网络知识的各个方面,得到了广泛的转发和称赞,也被翻译成了多个中文版。本文转载的是携程的ArthurChiao翻译的版本,翻译通顺,还很有心的加上了章节,更方便阅读。他还翻译很多有价值的文章,读者可以到他的网站上阅读。
英文原文: Monitoring and Tuning...
Continue reading >>这是一个关于Linux网络监控和调优系列文章的第二篇,详尽的介绍了网络知识的各个方面,得到了广泛的转发和称赞,也被翻译成了多个中文版。本文转载的是携程的ArthurChiao翻译的版本,翻译通顺,还很有心的加上了章节,更方便阅读。他还翻译很多有价值的文章,读者可以到他的网站上阅读。
英文原文: Monitoring and Tuning...
Continue reading >>Last Updated
2020-01-31
Available Formats
Registry included below
原文:http://www.iana.org/assignments/protocol-numbers/protocol-num...
Continue reading >>◎移至github更新:https://github.com/anzhihe/learning/tree/master/network
Google drive:https://drive.google.com/drive/folders/1-eD8rG-EDj4qu4SNX5paa8OcgXB3Fp7c
初级网络技术书籍
深入浅出Networking.pdf
网络是怎样连...
摘抄自Linux内核源码剖析-tcp/ip实现,来自:tcp_info说明
Continue reading >>struct tcp_info {
__u8 tcpi_state; //tcp state: TCP_SYN_SENT,TCP_SYN_RECV,TCP_FIN_WAIT1,TCP_CLOSE etc
__u8 tcpi_ca_state; //congestion state...
Search RFCs using alfred
pip install -U alfred-rfc
Download SearchRFCs.alfredworkflow and install it.
Modifiy the $PATH in installed workflow detail script filte...