aodv: fix example duration

This commit is contained in:
Tommaso Pecorella
2018-01-09 00:30:04 +01:00
parent 1114c33b8d
commit 8cf504d2af

View File

@@ -111,7 +111,7 @@ int main (int argc, char **argv)
AodvExample::AodvExample () :
size (10),
step (100),
totalTime (10),
totalTime (100),
pcap (true),
printRoutes (true)
{