A Discrete-Event Network Simulator
API
block-ack-cache.cc File Reference
#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"
+ Include dependency graph for block-ack-cache.cc:

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)
 

Macro Definition Documentation

◆ WINSIZE_ASSERT

#define WINSIZE_ASSERT   NS_ASSERT ((m_winEnd - m_winStart + 4096) % 4096 == m_winSize - 1)