wifi: (fixes #94) Set Retry flag of retransmitted frames
This commit is contained in:
@@ -885,6 +885,7 @@ BlockAckManager::InsertInRetryQueue (Ptr<WifiMacQueueItem> mpdu)
|
||||
|
||||
it = m_retryPackets->PeekByTidAndAddress (tid, recipient, ++it);
|
||||
}
|
||||
mpdu->GetHeader ().SetRetry ();
|
||||
m_retryPackets->Insert (it, mpdu);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user