Change the default beacon interval to a more realistic value (100 ms); closes bug #177.
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Tue Jun 03 18:15:08 2008 +0100 (20 months ago)
changeset 3197362f1a144828
parent 3196 539a710e5cf9
child 3205 6fa145613c52
child 3206 231895d89769
Change the default beacon interval to a more realistic value (100 ms); closes bug #177.
src/devices/wifi/nqap-wifi-mac.cc
     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.",