This is the complete list of members for idMsgChannel, including all inherited members.
ClearReliableMessages(void) | idMsgChannel | |
compressor | idMsgChannel | private |
fragmentBuffer | idMsgChannel | private |
fragmentLength | idMsgChannel | private |
fragmentSequence | idMsgChannel | private |
GetIncomingCompression(void) const | idMsgChannel | inline |
GetIncomingPacketLoss(void) const | idMsgChannel | |
GetIncomingRate(void) const | idMsgChannel | inline |
GetMaxOutgoingRate(void) | idMsgChannel | inline |
GetOutgoingCompression(void) const | idMsgChannel | inline |
GetOutgoingRate(void) const | idMsgChannel | inline |
GetReliableMessage(idBitMsg &msg) | idMsgChannel | |
GetRemoteAddress(void) const | idMsgChannel | inline |
id | idMsgChannel | private |
idMsgChannel() | idMsgChannel | |
incomingCompression | idMsgChannel | private |
incomingDroppedPackets | idMsgChannel | private |
incomingPacketLossTime | idMsgChannel | private |
incomingRateBytes | idMsgChannel | private |
incomingRateTime | idMsgChannel | private |
incomingReceivedPackets | idMsgChannel | private |
incomingSequence | idMsgChannel | private |
Init(const netadr_t adr, const int id) | idMsgChannel | |
lastDataBytes | idMsgChannel | private |
lastSendTime | idMsgChannel | private |
maxRate | idMsgChannel | private |
outgoingCompression | idMsgChannel | private |
outgoingRateBytes | idMsgChannel | private |
outgoingRateTime | idMsgChannel | private |
outgoingSequence | idMsgChannel | private |
Process(const netadr_t from, int time, idBitMsg &msg, int &sequence) | idMsgChannel | |
ReadMessageData(idBitMsg &out, const idBitMsg &msg) | idMsgChannel | private |
ReadyToSend(const int time) const | idMsgChannel | |
reliableReceive | idMsgChannel | private |
reliableSend | idMsgChannel | private |
remoteAddress | idMsgChannel | private |
ResetRate(void) | idMsgChannel | |
SendMessage(idPort &port, const int time, const idBitMsg &msg) | idMsgChannel | |
SendNextFragment(idPort &port, const int time) | idMsgChannel | |
SendReliableMessage(const idBitMsg &msg) | idMsgChannel | |
SetMaxOutgoingRate(int rate) | idMsgChannel | inline |
Shutdown(void) | idMsgChannel | |
unsentBuffer | idMsgChannel | private |
unsentFragments | idMsgChannel | private |
UnsentFragmentsLeft(void) const | idMsgChannel | inline |
unsentFragmentStart | idMsgChannel | private |
unsentMsg | idMsgChannel | private |
UpdateIncomingRate(const int time, const int size) | idMsgChannel | private |
UpdateOutgoingRate(const int time, const int size) | idMsgChannel | private |
UpdatePacketLoss(const int time, const int numReceived, const int numDropped) | idMsgChannel | private |
WriteMessageData(idBitMsg &out, const idBitMsg &msg) | idMsgChannel | private |