|
|
| 97 |
anim.EnablePacketMetadata (); // Optional |
97 |
anim.EnablePacketMetadata (); // Optional |
| 98 |
anim.EnableIpv4L3ProtocolCounters (Seconds (0), Seconds (10)); // Optional |
98 |
anim.EnableIpv4L3ProtocolCounters (Seconds (0), Seconds (10)); // Optional |
| 99 |
|
99 |
|
|
|
100 |
//Test to update node description |
| 101 |
Ptr<Node> test_node = d.GetLeft(); |
| 102 |
anim.UpdateNodeDescription(test_node, "Bell's & Whistle's"); |
| 103 |
|
| 100 |
// Set up the acutal simulation |
104 |
// Set up the acutal simulation |
| 101 |
Ipv4GlobalRoutingHelper::PopulateRoutingTables (); |
105 |
Ipv4GlobalRoutingHelper::PopulateRoutingTables (); |
| 102 |
|
106 |
|