TCP拥塞窗口图(ns-3)

时间:2016-08-15 07:40:16

标签: networking tcp ns2 ns-3 congestion-control

我正在尝试绘制TCP发送方拥塞窗口大小的图形。

我正在使用以下示例并使用ns-3的开发分支。

http://intronetworks.cs.luc.edu/current/html/ns3.html

此示例在两个节点A和C之间实现简单的PointToPoint拓扑,如下图所示。

A ----------- B ---------------- C

10Mbps ------- 800Kbps

当我运行此示例时,我得到以下图表。

enter image description here

我期待看到典型的cwnd锯齿,因为拥塞导致丢包。

我在这里错过了什么吗?

修改

经过进一步调查,这可能是由于Ipv4AddressHelper实施的TrafficControl(见1.)。在src / internet / helper / ipv4-address-helper.cc中评论以下代码行时

var module = [
    {"ID":01, "title":"foo", "description":"bar"},
    {"ID":02, "title":"food", "description":"bark"},
    {"ID":03, "title":"fool", "description":"bars"}
];

我得到了这张新图表 enter image description here

需要进一步调查此问题。

1。Design and Implementation of the Traffic Control Module in ns-3

0 个答案:

没有答案