This is the complete list of members for con::UDPPeer, including all inherited members.
address | con::Peer | protected |
addSplitPacket(u8 channel, BufferedPacketPtr &toadd, bool reliable) override | con::UDPPeer | virtual |
channels | con::UDPPeer | protected |
Connection class | con::UDPPeer | friend |
ConnectionReceiveThread class | con::UDPPeer | friend |
ConnectionSendThread class | con::UDPPeer | friend |
DecUseCount() | con::Peer | protected |
Drop() | con::Peer | |
getAddress() const override | con::UDPPeer | inlinevirtual |
getNextSplitSequenceNumber(u8 channel) override | con::UDPPeer | virtual |
getResendTimeout() | con::UDPPeer | inlineprotected |
getStat(rtt_stat_type type) const | con::Peer | inlinevirtual |
id | con::IPeer | |
IncUseCount() | con::Peer | protected |
IPeer(session_t id) | con::IPeer | inlineprotected |
isHalfOpen() const | con::Peer | inline |
isPendingDeletion() const | con::Peer | inline |
isTimedOut(float timeout, std::string &reason) override | con::UDPPeer | virtual |
m_connection | con::Peer | protected |
m_exclusive_access_mutex | con::Peer | mutableprotected |
m_half_open | con::Peer | private |
m_increment_packets_remaining | con::Peer | |
m_last_rtt | con::Peer | private |
m_last_timeout_check | con::Peer | private |
m_pending_deletion | con::Peer | protected |
m_pending_disconnect | con::UDPPeer | protected |
m_ping_timer | con::Peer | protected |
m_rtt | con::Peer | private |
m_timeout_counter | con::Peer | private |
m_usage | con::Peer | private |
Peer(session_t id, const Address &address, Connection *connection) | con::Peer | inlineprotected |
PeerHelper class | con::UDPPeer | friend |
Ping(float dtime, SharedBuffer< u8 > &data) override | con::UDPPeer | protectedvirtual |
processReliableSendCommand(ConnectionCommandPtr &c_ptr, unsigned int max_packet_size) | con::UDPPeer | private |
PutReliableSendCommand(ConnectionCommandPtr &c, unsigned int max_packet_size) override | con::UDPPeer | virtual |
reportRTT(float rtt) override | con::UDPPeer | protectedvirtual |
resend_timeout | con::UDPPeer | private |
ResetTimeout() | con::Peer | inline |
RTTStatistics(float rtt, const std::string &profiler_id="", unsigned int num_samples=1000) | con::Peer | protected |
RunCommandQueues(unsigned int max_packet_size, unsigned int maxtransfer) | con::UDPPeer | protected |
SetFullyOpen() | con::Peer | inline |
setNextSplitSequenceNumber(u8 channel, u16 seqnum) override | con::UDPPeer | virtual |
setResendTimeout(float timeout) | con::UDPPeer | inlineprotected |
UDPPeer(session_t id, const Address &address, Connection *connection) | con::UDPPeer | |
~IPeer() | con::IPeer | inlineprotected |
~Peer() | con::Peer | inlinevirtual |
~UDPPeer()=default | con::UDPPeer | virtual |