Change the default beacon interval to a more realistic value (100 ms); closes bug #177.
1.1 --- a/src/devices/wifi/nqap-wifi-mac.cc Tue Jun 03 07:09:40 2008 -0700
1.2 +++ b/src/devices/wifi/nqap-wifi-mac.cc Tue Jun 03 18:15:08 2008 +0100
1.3 @@ -44,7 +44,7 @@
1.4 .SetParent<WifiMac> ()
1.5 .AddConstructor<NqapWifiMac> ()
1.6 .AddAttribute ("BeaconInterval", "Delay between two beacons",
1.7 - TimeValue (Seconds (1.0)),
1.8 + TimeValue (Seconds (0.1)),
1.9 MakeTimeAccessor (&NqapWifiMac::m_beaconInterval),
1.10 MakeTimeChecker ())
1.11 .AddAttribute ("BeaconGeneration", "Whether or not beacons are generated.",