摘要: 来源于文章“On the Path Management of Multi-Path TCP in Internet Scenarios based on the NORNET Testbed”(Wang K, Dreibholz T, Zhou X, et al. On the Path Mana 阅读全文
posted @ 2018-03-14 21:43 sunshineflt 阅读(1870) 评论(0) 推荐(0) 编辑
摘要: 近几天跑实验的过程中发现,mptcp 主机是无法多IP直连同一路由器的,简单地说,就是在一个主机有多个IP的时候不能直接连在同一个路由器上,即同一个路由器不能同时充当同一个主机多个网关的角色。拓扑如下: 这个拓扑是不通的。 要实现上面的拓扑,需要改成: 阅读全文
posted @ 2018-03-14 17:45 sunshineflt 阅读(400) 评论(0) 推荐(0) 编辑
摘要: 简单记录下最近使用的筛选数据语句: 筛选mptcp: mptcp 筛选mptcp某个路径数据:mptcp&&ip.dst==[ip address] 筛选ECN:ip.dsfile.ecn 筛选ECN数值范围:ip.dsfile.ecn>0 阅读全文
posted @ 2018-03-14 17:23 sunshineflt 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 之前用的发包方式是发送大文件,用NC监测。 今天改了另外一种发包方式iperf,简单记录下。 iperf发包,具体方法: 1.在终端中运行拓扑脚本: 运行py脚本:sudo python topy.py -p [path_manager] -s [scheduler] -f [subflows_nu 阅读全文
posted @ 2018-03-14 17:14 sunshineflt 阅读(1420) 评论(0) 推荐(0) 编辑