From fb99c4fe3b270cb2ea8c0f8fb94bb44f831f5724 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Tue, 10 Aug 2010 12:28:56 +0100 Subject: [PATCH] Bring nodes close together, due to changes in ns-3.9 that bring reduced wifi range --- examples/flowmon/wifi-olsr-flowmon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/flowmon/wifi-olsr-flowmon.py b/examples/flowmon/wifi-olsr-flowmon.py index c5c11e223..ab89911d8 100644 --- a/examples/flowmon/wifi-olsr-flowmon.py +++ b/examples/flowmon/wifi-olsr-flowmon.py @@ -19,7 +19,7 @@ import sys import ns3 -DISTANCE = 150 # (m) +DISTANCE = 100 # (m) NUM_NODES_SIDE = 3 def main(argv):