equal
deleted
inserted
replaced
42 #include "ns3/core-module.h" |
42 #include "ns3/core-module.h" |
43 #include "ns3/internet-module.h" |
43 #include "ns3/internet-module.h" |
44 #include "ns3/csma-module.h" |
44 #include "ns3/csma-module.h" |
45 #include "ns3/applications-module.h" |
45 #include "ns3/applications-module.h" |
46 #include "ns3/ipv6-header.h" |
46 #include "ns3/ipv6-header.h" |
|
47 |
47 using namespace ns3; |
48 using namespace ns3; |
48 |
49 |
49 NS_LOG_COMPONENT_DEFINE ("LooseRoutingIpv6Example"); |
50 NS_LOG_COMPONENT_DEFINE ("LooseRoutingIpv6Example"); |
50 |
51 |
51 int main (int argc, char **argv) |
52 int main (int argc, char **argv) |