wifi: Enable beacon jitter by default
This commit is contained in:
@@ -55,7 +55,7 @@ ApWifiMac::GetTypeId (void)
|
||||
MakePointerChecker<UniformRandomVariable> ())
|
||||
.AddAttribute ("EnableBeaconJitter",
|
||||
"If beacons are enabled, whether to jitter the initial send event.",
|
||||
BooleanValue (false),
|
||||
BooleanValue (true),
|
||||
MakeBooleanAccessor (&ApWifiMac::m_enableBeaconJitter),
|
||||
MakeBooleanChecker ())
|
||||
.AddAttribute ("BeaconGeneration",
|
||||
|
||||
Reference in New Issue
Block a user