摘要:https://imququ.com/post/http2-traffic-in-wireshark.html
阅读全文
|
12 2016 档案
摘要:https://imququ.com/post/http2-traffic-in-wireshark.html
阅读全文
摘要:https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingwithAPNs.html#//apple_ref/d
阅读全文
摘要:参考文章 TCP 的那些事儿(下) http://coolshell.cn/articles/11609.html tcp/ip详解--拥塞控制 & 慢启动 快恢复 拥塞避免 tcp/ip详解--拥塞控制 & 慢启动 快恢复 拥塞避免 http://blog.csdn.net/kinger0/art
阅读全文
摘要:http://rabbit.xttc.edu.cn/rabbit/htm/artical/201091145609.shtml http://bhsc881114.github.io/2015/06/23/HTTP%E8%AF%B7%E6%B1%82%E7%9A%84TCP%E7%93%B6%E9%
阅读全文
摘要:/proc/net/tcp中的内容由tcp4_seq_show()函数打印,该函数中有三种打印形式,我们这里这只列出状态是TCP_SEQ_STATE_LISTENING或TCP_SEQ_STATE_ESTABLISHED的情况,如下所示: netstat 的结果是读取/proc/net/tcp文件而
阅读全文
摘要:1. /proc/sys/fs/file-max 设置内核最大的文件句柄数 2. /proc/sys/fs/nr_open 设置进程最大的文件句柄数,不能超过13. /etc/security/limits.conf “work soft nofile xxxx”设置用户单个进程的最大的文件句柄数,
阅读全文
|