File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ network Scenario_DynamicFatTree
1616
1717
1818 types :
19- channel backboneline extends Eth40G
19+ channel backboneline extends ThruputMeteringChannel
2020 {
21- length = 200m; // delay = 1us;
22- // datarate = 40Gbps;
23- // thruputDisplayFormat = "u";
21+ delay = 1us;
22+ datarate = 40Gbps;
23+ thruputDisplayFormat = "u" ;
2424 }
2525 submodules :
2626
@@ -32,11 +32,11 @@ network Scenario_DynamicFatTree
3232 @display ("p=458,270" );
3333 }
3434
35-
3635 configurator: Ipv4NetworkConfigurator {
3736 parameters :
3837 @display ("p=198,190" );
3938 }
39+
4040 open_flow_controller1: Open_Flow_Controller {
4141 @display ("p=322,190" );
4242 }
@@ -45,8 +45,6 @@ network Scenario_DynamicFatTree
4545 @display ("p=322,367;is=vl" );
4646 }
4747
48-
49-
5048 connections allowunconnected :
5149
5250 fat_tree.gateCPlane++ <--> backboneline <--> open_flow_controller1.ethg++;
You can’t perform that action at this time.
0 commit comments