摘要:
如下图所示,经过实验,wireshark把第一次重传包分类为out of order 类型,可以通过tcp.analysis.out_of_order过滤,如果第二次重传,分类为fast retransmission,可以通过tcp.analysis.retransmission和tcp.an 阅读全文
摘要:
1.按照例子保存代码、编译以及安装模块An introduction to Linux kernel programming - Lesson 4: Writing and running your first kernel module2.查看输出1)dmesg2)cat /var/log/sys... 阅读全文