上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 164 下一页
摘要: http://blog.csdn.net/zhangskd/article/details/8240290概述 Linux中的QoS分为入口(Ingress)部分和出口(Egress)部分,入口部分主要用于进行入... 阅读全文
posted @ 2017-07-12 16:55 张同光 阅读(344) 评论(0) 推荐(0)
摘要: http://blog.chinaunix.net/uid-24960107-id-204362.htmliptables 相关名词的解释说明iptables有5个链:PREROUTING,INPUT,FORWA... 阅读全文
posted @ 2017-07-12 16:40 张同光 阅读(326) 评论(0) 推荐(0)
摘要: http://ipset.netfilter.org/iptables-extensions.man.htmlphysdevThis module matches on the bridge port input... 阅读全文
posted @ 2017-07-12 16:04 张同光 阅读(1807) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/zxygww/article/details/45028731当开启时:sysctl -w net.bridge.bridge-nf-call-iptables=1skb... 阅读全文
posted @ 2017-07-12 15:47 张同光 阅读(408) 评论(0) 推荐(0)
摘要: ## 发现了 另一个问题,即: #【M1 ping M5】ping -I eth0 112.26.4.5 // 可以 ping 通 #【M1 ping M5】ping -I eth[1-4] 112.26.4.5 // 不可以 ping 通 112.26.0.1 ping 112.26.4.5 (1 阅读全文
posted @ 2017-07-12 10:42 张同光 阅读(241) 评论(0) 推荐(0)
摘要: 注意(搜索):create_subflow_worker mptcp_add_sock注意(搜索):arp_solicit arp_send_dst arp_create[ 364.722662]... 阅读全文
posted @ 2017-07-11 23:37 张同光 阅读(317) 评论(0) 推荐(0)
摘要: 注意(搜索):create_subflow_worker mptcp_add_sock注意(搜索):arp_solicit arp_send_dst arp_create[ 156.508380]... 阅读全文
posted @ 2017-07-11 23:05 张同光 阅读(268) 评论(0) 推荐(0)
摘要: 注意(搜索):create_subflow_worker mptcp_add_sock注意(搜索):arp_solicit arp_send_dst arp_create[ 173.757432]... 阅读全文
posted @ 2017-07-11 20:51 张同光 阅读(108) 评论(0) 推荐(0)
摘要: http://zhaozhanxu.com/2016/07/14/Linux/2016-07-14-Linux-Kernel-Pkts_Processing3/版本说明Linux版本: 3.10.103网卡驱动:... 阅读全文
posted @ 2017-07-11 08:18 张同光 阅读(198) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/one_clouder/article/details/52889921邻居子系统实现了IP层发包不感知MAC,即由邻居子系统实现了MAC头封装。MAC头信息包括:源MA... 阅读全文
posted @ 2017-07-10 16:19 张同光 阅读(867) 评论(0) 推荐(1)
摘要: 节点1:服务器 mptcp-kmsg-server.txt节点5:客户端 mptcp-kmsg-client.txt节点5:客户端 可以正常发送 (112.26.0.5, 112.26.0.1) ... 阅读全文
posted @ 2017-07-10 00:00 张同光 阅读(111) 评论(0) 推荐(0)
摘要: 节点1:服务器 mptcp-kmsg-server.txt 节点5:客户端 mptcp-kmsg-client.txt 节点5:客户端 可以正常发送 (112.26.0.5, 112.26.0.1) 数据包, 但是,不能发送 (112.26.[1-4].5, 112.26.[1-4].1) 数据包。 阅读全文
posted @ 2017-07-09 20:35 张同光 阅读(128) 评论(0) 推荐(0)
摘要: 节点1:服务器 mptcp-kmsg-server.txt 节点5:客户端 mptcp-kmsg-client.txt 节点5:客户端 可以正常发送 (112.26.0.5, 112.26.0.1) 数据包, 但是,不能发送 (112.26.[1-4].5, 112.26.[1-4].1) 数据包。 阅读全文
posted @ 2017-07-09 20:25 张同光 阅读(117) 评论(0) 推荐(0)
摘要: ---------------------------------------------------------------------------节点1:服务器 mptcp-kmsg-server.t... 阅读全文
posted @ 2017-07-09 20:16 张同光 阅读(303) 评论(0) 推荐(0)
摘要: ---------------------------------------------------------------------------节点1:服务器 mptcp-kmsg-server.t... 阅读全文
posted @ 2017-07-09 20:15 张同光 阅读(360) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/lickylin/article/details/22228047 邻居项的状态机机制是通用邻居层最重要的内容,主要是处理邻居项中状态的改变,其中包括几个邻居... 阅读全文
posted @ 2017-07-09 09:23 张同光 阅读(1213) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/shichaog/article/details/44600453根据数据的流向跟踪代码,由于数据发送是从tcp层到网络层再到网络到主机层,所以先来看tcp层向ip层发送... 阅读全文
posted @ 2017-07-08 23:08 张同光 阅读(295) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/one_clouder/article/details/52889921邻居子系统实现了IP层发包不感知MAC,即由邻居子系统实现了MAC头封装。MAC头信息包括:源MA... 阅读全文
posted @ 2017-07-06 22:26 张同光 阅读(126) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/one_clouder/article/details/52665276IP层本地报文发送有两个函数ip_local_out和ip_local_out_sk,实际实现两者... 阅读全文
posted @ 2017-07-06 20:25 张同光 阅读(268) 评论(0) 推荐(0)
摘要: 节点1:服务器 mptcp-tcpdump1-server.txt mptcp-kmsg-server.txt节点5:客户端 mptcp-tcpdump5-client.txt m... 阅读全文
posted @ 2017-07-06 16:24 张同光 阅读(322) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 164 下一页