Skip to content

Commit

Permalink
change filterOutNonAddbaEstablished to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauriyin committed Mar 29, 2021
1 parent 8cad2d6 commit c5353d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/wifi/examples/spatial-reuse.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,9 @@ main (int argc, char *argv[])

if (bianchi)
{
filterOutNonAddbaEstablished = true;
filterOutNonAddbaEstablished = false;
maxQueueDelay = duration * 1000;
disableArp = true;
useExplicitBarAfterMissedBlockAck = false;
beaconInterval = std::min<uint64_t> ((ceil ((duration * 1000000) / 1024) * 1024), (65535 * 1024)); //beacon interval needs to be a multiple of time units (1024 us)
maxMissedBeacons = 4294967295;
Expand Down

0 comments on commit c5353d6

Please sign in to comment.