Session

class Session {
uint MAX_SPLIT_SIZE;
uint MAX_SPLIT_COUNT;
}

Members

Functions

addToQueue
void addToQueue(EncapsulatedPacket pk, in bool immediate = false)

Adds an EncapsulatedPacket to the queue, and sets its messageIndex, orderIndex, and any other values depending on the Reliability.

Meta