equal
deleted
inserted
replaced
37 |
37 |
38 #include "ns3/core-module.h" |
38 #include "ns3/core-module.h" |
39 #include "ns3/simulator-module.h" |
39 #include "ns3/simulator-module.h" |
40 #include "ns3/node-module.h" |
40 #include "ns3/node-module.h" |
41 #include "ns3/helper-module.h" |
41 #include "ns3/helper-module.h" |
|
42 #include "ns3/ipv4-static-routing-helper.h" |
|
43 #include "ns3/ipv4-list-routing-helper.h" |
42 |
44 |
43 using namespace ns3; |
45 using namespace ns3; |
44 |
46 |
45 NS_LOG_COMPONENT_DEFINE ("SocketBoundRoutingExample"); |
47 NS_LOG_COMPONENT_DEFINE ("SocketBoundRoutingExample"); |
46 |
48 |