This is the complete list of members for CNetConnection, including all inherited members.
AckChunks(int Ack) | CNetConnection | private |
AckSequence() const | CNetConnection | inline |
CNetRecvUnpacker | CNetConnection | friend |
Connect(const NETADDR *pAddr, int NumAddrs) | CNetConnection | |
Connect7(const NETADDR *pAddr, int NumAddrs) | CNetConnection | |
ConnectAddresses(const NETADDR **ppAddrs, int *pNumAddrs) const | CNetConnection | inline |
ConnectTime() const | CNetConnection | inline |
DirectInit(const NETADDR &Addr, SECURITY_TOKEN SecurityToken, SECURITY_TOKEN Token, bool Sixup) | CNetConnection | |
Disconnect(const char *pReason) | CNetConnection | |
ErrorString() | CNetConnection | |
ErrorString() const | CNetConnection | inline |
Feed(CNetPacketConstruct *pPacket, NETADDR *pAddr, SECURITY_TOKEN SecurityToken=NET_SECURITY_TOKEN_UNSUPPORTED, SECURITY_TOKEN ResponseToken=NET_SECURITY_TOKEN_UNSUPPORTED) | CNetConnection | |
Flush() | CNetConnection | |
GenerateToken7(const NETADDR *pPeerAddr) | CNetConnection | privatestatic |
Init(NETSOCKET Socket, bool BlockCloseMsg) | CNetConnection | |
IsSixup() | CNetConnection | inlineprivate |
LastRecvTime() const | CNetConnection | inline |
m_Ack | CNetConnection | private |
m_aConnectAddrs | CNetConnection | private |
m_aErrorString | CNetConnection | private |
m_aPeerAddrStr | CNetConnection | private |
m_BlockCloseMsg | CNetConnection | private |
m_Buffer | CNetConnection | private |
m_Construct | CNetConnection | private |
m_LastRecvTime | CNetConnection | private |
m_LastSendTime | CNetConnection | private |
m_LastUpdateTime | CNetConnection | private |
m_NumConnectAddrs | CNetConnection | private |
m_PeerAck | CNetConnection | private |
m_PeerAddr | CNetConnection | private |
m_pNetBase | CNetConnection | private |
m_RemoteClosed | CNetConnection | private |
m_SecurityToken | CNetConnection | |
m_Sequence | CNetConnection | private |
m_Sixup | CNetConnection | |
m_Socket | CNetConnection | private |
m_State | CNetConnection | private |
m_Stats | CNetConnection | private |
m_TimeoutProtected | CNetConnection | |
m_TimeoutSituation | CNetConnection | |
m_Token | CNetConnection | |
m_UnknownSeq | CNetConnection | private |
PeerAddress() const | CNetConnection | inline |
PeerAddressString() const)[NETADDR_MAXSTRSIZE] | CNetConnection | inline |
QueueChunk(int Flags, int DataSize, const void *pData) | CNetConnection | |
QueueChunkEx(int Flags, int DataSize, const void *pData, int Sequence) | CNetConnection | private |
Resend() | CNetConnection | private |
ResendBuffer() | CNetConnection | inline |
ResendChunk(CNetChunkResend *pResend) | CNetConnection | private |
Reset(bool Rejoin=false) | CNetConnection | |
ResetErrorString() | CNetConnection | inline |
ResetStats() | CNetConnection | private |
SecurityToken() const | CNetConnection | inline |
SendConnect() | CNetConnection | private |
SendControl(int ControlMsg, const void *pExtra, int ExtraSize) | CNetConnection | private |
SendControlWithToken7(int ControlMsg, SECURITY_TOKEN ResponseToken) | CNetConnection | private |
SeqSequence() const | CNetConnection | inline |
SetError(const char *pString) | CNetConnection | private |
SetSequence(int Sequence) | CNetConnection | inline |
SetTimedOut(const NETADDR *pAddr, int Sequence, int Ack, SECURITY_TOKEN SecurityToken, CStaticRingBuffer< CNetChunkResend, NET_CONN_BUFFERSIZE > *pResendBuffer, bool Sixup) | CNetConnection | |
SetToken7(TOKEN Token) | CNetConnection | |
SetUnknownSeq() | CNetConnection | inline |
SignalResend() | CNetConnection | |
State() const | CNetConnection | inline |
Update() | CNetConnection | |