diff --git a/src/aodv/examples/aodv.cc b/src/aodv/examples/aodv.cc index f8daca458..dda49f725 100644 --- a/src/aodv/examples/aodv.cc +++ b/src/aodv/examples/aodv.cc @@ -111,7 +111,7 @@ int main (int argc, char **argv) AodvExample::AodvExample () : size (10), step (100), - totalTime (10), + totalTime (100), pcap (true), printRoutes (true) {