changeset 16 | 99e833adbb46 |
parent 14 | 6dd7d31c6fc3 |
child 25 | 9b3bb088c560 |
15:a5b06c32e28a | 16:99e833adbb46 |
---|---|
25 #include "ns3/wall-clock-ms.h" |
25 #include "ns3/wall-clock-ms.h" |
26 #include <iostream> |
26 #include <iostream> |
27 #include <fstream> |
27 #include <fstream> |
28 #include <vector> |
28 #include <vector> |
29 |
29 |
30 using namespace yans; |
30 using namespace ns3; |
31 |
31 |
32 |
32 |
33 bool g_debug = false; |
33 bool g_debug = false; |
34 |
34 |
35 class Bench { |
35 class Bench { |