#include "ns3/log.h"
#include "block-ack-cache.h"
#include "qos-utils.h"
#include "wifi-utils.h"
#include "wifi-mac-header.h"
#include "ctrl-headers.h"
Go to the source code of this file.
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Macros | |
#define | WINSIZE_ASSERT NS_ASSERT ((m_winEnd - m_winStart + 4096) % 4096 == m_winSize - 1) |
#define WINSIZE_ASSERT NS_ASSERT ((m_winEnd - m_winStart + 4096) % 4096 == m_winSize - 1) |
Definition at line 28 of file block-ack-cache.cc.
Referenced by ns3::BlockAckCache::UpdateWithBlockAckReq(), and ns3::BlockAckCache::UpdateWithMpdu().