From eb0d765ebf10134c8fb2e35e81f5cd1a64d81567 Mon Sep 17 00:00:00 2001 From: Pavel Boyko Date: Wed, 17 Nov 2010 11:03:07 +0300 Subject: [PATCH] Bug 1030: routing/aodv example fixed --- examples/routing/aodv.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/routing/aodv.cc b/examples/routing/aodv.cc index f2f611fab..3b1f3ffa5 100644 --- a/examples/routing/aodv.cc +++ b/examples/routing/aodv.cc @@ -95,7 +95,7 @@ int main (int argc, char **argv) //----------------------------------------------------------------------------- AodvExample::AodvExample () : size (10), - step (120), + step (100), totalTime (10), pcap (true) {