This is the complete list of members for con::Connection, including all inherited members.
Connect(Address address) | con::Connection | virtual |
Connected() | con::Connection | virtual |
ConnectedToServer() | con::Connection | inlineprotected |
Connection(u32 max_packet_size, float timeout, bool ipv6, PeerHandler *peerhandler) | con::Connection | |
ConnectionReceiveThread class | con::Connection | friend |
ConnectionSendThread class | con::Connection | friend |
createPeer(const Address &sender, int fd) | con::Connection | protected |
createServerPeer(const Address &sender) | con::Connection | protected |
deletePeer(session_t peer_id, bool timeout) | con::Connection | protected |
Disconnect() | con::Connection | virtual |
DisconnectPeer(session_t peer_id) | con::Connection | virtual |
doResendOne(session_t peer_id) | con::Connection | protected |
getActiveCount() | con::Connection | protected |
getDesc() | con::Connection | |
getLocalStat(rate_stat_type type) | con::Connection | virtual |
GetPeerAddress(session_t peer_id) | con::Connection | virtual |
GetPeerID() const | con::Connection | inlinevirtual |
getPeerIDs() | con::Connection | inlineprotected |
getPeerNoEx(session_t peer_id) | con::Connection | protected |
getPeerStat(session_t peer_id, rtt_stat_type type) | con::Connection | virtual |
GetProtocolID() const | con::Connection | inline |
lookupPeer(const Address &sender) | con::Connection | protected |
m_bc_peerhandler | con::Connection | private |
m_command_queue | con::Connection | protected |
m_event_queue | con::Connection | private |
m_info_mutex | con::Connection | mutableprivate |
m_peer_id | con::Connection | private |
m_peer_ids | con::Connection | private |
m_peers | con::Connection | private |
m_peers_mutex | con::Connection | private |
m_protocol_id | con::Connection | private |
m_receiveThread | con::Connection | private |
m_sendThread | con::Connection | private |
m_shutting_down | con::Connection | private |
m_udpSocket | con::Connection | protected |
putCommand(ConnectionCommandPtr c) | con::Connection | |
putEvent(ConnectionEventPtr e) | con::Connection | protected |
ReceiveTimeoutMs(NetworkPacket *pkt, u32 timeout_ms) | con::Connection | virtual |
Send(session_t peer_id, u8 channelnum, NetworkPacket *pkt, bool reliable) | con::Connection | virtual |
sendAck(session_t peer_id, u8 channelnum, u16 seqnum) | con::Connection | protected |
Serve(Address bind_addr) | con::Connection | virtual |
SetPeerID(session_t id) | con::Connection | inlineprotected |
TriggerSend() | con::Connection | protected |
TryReceive(NetworkPacket *pkt) | con::IConnection | inline |
waitEvent(u32 timeout_ms) | con::Connection | |
~Connection() | con::Connection | |
~IConnection()=default | con::IConnection | virtual |