From 8cf504d2af79b08030372c12b3113ab1088ca3b8 Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Tue, 9 Jan 2018 00:30:04 +0100 Subject: [PATCH] aodv: fix example duration --- src/aodv/examples/aodv.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {