Bring nodes close together, due to changes in ns-3.9 that bring reduced wifi range
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Tue, 10 Aug 2010 12:28:56 +0100
changeset 6543 c4a419fce478
parent 6542 ae05357f4906
child 6544 11aa0bd31c7b
Bring nodes close together, due to changes in ns-3.9 that bring reduced wifi range
examples/flowmon/wifi-olsr-flowmon.py
--- a/examples/flowmon/wifi-olsr-flowmon.py	Tue Aug 10 12:21:08 2010 +0100
+++ b/examples/flowmon/wifi-olsr-flowmon.py	Tue Aug 10 12:28:56 2010 +0100
@@ -19,7 +19,7 @@
 import sys
 import ns3
 
-DISTANCE = 150 # (m)
+DISTANCE = 100 # (m)
 NUM_NODES_SIDE = 3
 
 def main(argv):