wifi: Enable beacon jitter by default

This commit is contained in:
Sébastien Deronne
2017-09-13 23:11:38 +02:00
parent 3e550b5150
commit 923ef42e42
11 changed files with 18 additions and 14 deletions

View File

@@ -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",