equal
deleted
inserted
replaced
32 #include <iostream> |
32 #include <iostream> |
33 #include <fstream> |
33 #include <fstream> |
34 |
34 |
35 #include "ns3/core-module.h" |
35 #include "ns3/core-module.h" |
36 #include "ns3/network-module.h" |
36 #include "ns3/network-module.h" |
37 #include "ns3/helper-module.h" |
|
38 #include "ns3/csma-module.h" |
37 #include "ns3/csma-module.h" |
39 #include "ns3/applications-module.h" |
38 #include "ns3/applications-module.h" |
40 #include "ns3/ipv4-static-routing-helper.h" |
39 #include "ns3/ipv4-static-routing-helper.h" |
41 #include "ns3/ipv4-list-routing-helper.h" |
40 #include "ns3/ipv4-list-routing-helper.h" |
42 |
41 |