摘要: diff --git a/include/net/tcp.h b/include/net/tcp.h@@ -1013,8 +1048,13 @@ static inline u32 keepalive_time_elapsed(const struct tcp_sock *tp)该函数在2.6.32... 阅读全文
posted @ 2014-10-27 14:03 Ryan in C++ 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 1.解压缩tar.gz:tar -zxvf archive_name.tar.gz2.解压缩tar.xz(1)首先使用xz解压 tar.xz文件: xz -d linux-3.8.4.tar.xz 这个操作会将linux-3.8.4.tar.xz文件解压成linux-3.8.4.tar,然后我们再对... 阅读全文
posted @ 2014-10-27 13:52 Ryan in C++ 阅读(157) 评论(0) 推荐(0) 编辑
摘要: http://cn.opensuse.org/OpenSUSE_%E5%86%85%E6%A0%B8%E7%BC%96%E8%AF%91%E6%95%99%E7%A8%8B_(kernel_2.6.x)Contents[hide]1声明2简述3基础知识3.1什么是内核3.2什么是补丁3.3为什么要重... 阅读全文
posted @ 2014-10-27 13:48 Ryan in C++ 阅读(540) 评论(0) 推荐(0) 编辑
摘要: 1 Server: 5, win: 20pkt, SRU: 256KB, link_buf: 32pkt, Seed: 1, 2 Block_trans: 1350200B, RTT: 100us, RTT_rand: 20us, SYN_del: 0-0us 3 4 0.99... 阅读全文
posted @ 2014-10-27 11:10 Ryan in C++ 阅读(453) 评论(0) 推荐(0) 编辑
摘要: Congestion Avoidance in TCP Consequence of lack of congestion control When a popular resource is shared without regulation the result is always ove... 阅读全文
posted @ 2014-10-27 00:24 Ryan in C++ 阅读(1582) 评论(0) 推荐(0) 编辑