ContainerHeader

Header for the Container Packet's PID. Information taken from https://github.com/OculusVR/RakNet/blob/master/Source/ReliabilityLayer.cpp#L110

deprecated("Implementation seems to be incorrect")
struct ContainerHeader {
bool isACK;
bool isNACK;
bool isPacketPair;
bool hasBAndAS;
bool isContinuousSend;
bool needsBAndAs;
bool isValid;
}

Meta