equal
deleted
inserted
replaced
191 |
191 |
192 std::ofstream ascii; |
192 std::ofstream ascii; |
193 ascii.open ("dynamic-global-routing.tr"); |
193 ascii.open ("dynamic-global-routing.tr"); |
194 PointToPointHelper::EnablePcapAll ("dynamic-global-routing"); |
194 PointToPointHelper::EnablePcapAll ("dynamic-global-routing"); |
195 PointToPointHelper::EnableAsciiAll (ascii); |
195 PointToPointHelper::EnableAsciiAll (ascii); |
196 CsmaHelper::EnablePcapAll ("dynamic-global-routing"); |
196 CsmaHelper::EnablePcapAll ("dynamic-global-routing", false); |
197 CsmaHelper::EnableAsciiAll (ascii); |
197 CsmaHelper::EnableAsciiAll (ascii); |
198 InternetStackHelper::EnableAsciiAll (ascii); |
198 InternetStackHelper::EnableAsciiAll (ascii); |
199 |
199 |
200 Ptr<Node> n1 = c.Get (1); |
200 Ptr<Node> n1 = c.Get (1); |
201 Ptr<Ipv4> ipv41 = n1->GetObject<Ipv4> (); |
201 Ptr<Ipv4> ipv41 = n1->GetObject<Ipv4> (); |