Skip to content

Commit

Permalink
wifi: Change default value for Margin attribute in SimpleFrameCapture…
Browse files Browse the repository at this point in the history
…Model
  • Loading branch information
sderonne committed Feb 3, 2019
1 parent 8a527ae commit 48f5082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wifi/model/simple-frame-capture-model.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SimpleFrameCaptureModel::GetTypeId (void)
.AddAttribute ("Margin",
"Reception is switched if the newly arrived frame has a power higher than "
"this value above the frame currently being received (expressed in dB).",
DoubleValue (10),
DoubleValue (5),
MakeDoubleAccessor (&SimpleFrameCaptureModel::GetMargin,
&SimpleFrameCaptureModel::SetMargin),
MakeDoubleChecker<double> ())
Expand Down

0 comments on commit 48f5082

Please sign in to comment.