Skip to content

Commit

Permalink
Use ThruputMeteringChannel channel
Browse files Browse the repository at this point in the history
  • Loading branch information
aarizaq authored and rhornig committed Jun 15, 2022
1 parent d27306a commit 9f8e9b8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions scenarios/networks/Scenario_DynamicFatTree.ned
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ network Scenario_DynamicFatTree


types:
channel backboneline extends Eth40G
channel backboneline extends ThruputMeteringChannel
{
length = 200m; // delay = 1us;
//datarate = 40Gbps;
//thruputDisplayFormat = "u";
delay = 1us;
datarate = 40Gbps;
thruputDisplayFormat = "u";
}
submodules:

Expand All @@ -32,11 +32,11 @@ network Scenario_DynamicFatTree
@display("p=458,270");
}


configurator: Ipv4NetworkConfigurator {
parameters:
@display("p=198,190");
}

open_flow_controller1: Open_Flow_Controller {
@display("p=322,190");
}
Expand All @@ -45,8 +45,6 @@ network Scenario_DynamicFatTree
@display("p=322,367;is=vl");
}



connections allowunconnected:

fat_tree.gateCPlane++ <--> backboneline <--> open_flow_controller1.ethg++;
Expand Down

0 comments on commit 9f8e9b8

Please sign in to comment.