equal
deleted
inserted
replaced
177 #include "ns3/icmpv6-l4-protocol.h" |
177 #include "ns3/icmpv6-l4-protocol.h" |
178 #include "ns3/global-router-interface.h" |
178 #include "ns3/global-router-interface.h" |
179 #include <limits> |
179 #include <limits> |
180 #include <map> |
180 #include <map> |
181 |
181 |
|
182 namespace ns3 { |
|
183 |
182 NS_LOG_COMPONENT_DEFINE ("InternetStackHelper"); |
184 NS_LOG_COMPONENT_DEFINE ("InternetStackHelper"); |
183 |
|
184 namespace ns3 { |
|
185 |
185 |
186 // |
186 // |
187 // Historically, the only context written to ascii traces was the protocol. |
187 // Historically, the only context written to ascii traces was the protocol. |
188 // Traces from the protocols include the interface, though. It is not |
188 // Traces from the protocols include the interface, though. It is not |
189 // possible to really determine where an event originated without including |
189 // possible to really determine where an event originated without including |