Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
con::Connection Member List

This is the complete list of members for con::Connection, including all inherited members.

Connect(Address address)con::Connection
Connected()con::Connection
ConnectedToServer()con::Connectioninlineprotected
Connection(u32 protocol_id, u32 max_packet_size, float timeout, bool ipv6, PeerHandler *peerhandler)con::Connection
ConnectionReceiveThreadcon::Connectionfriend
ConnectionSendThreadcon::Connectionfriend
createPeer(const Address &sender, int fd)con::Connectionprotected
createServerPeer(const Address &sender)con::Connectionprotected
deletePeer(session_t peer_id, bool timeout)con::Connectionprotected
Disconnect()con::Connection
DisconnectPeer(session_t peer_id)con::Connection
doResendOne(session_t peer_id)con::Connectionprotected
getActiveCount()con::Connectionprotected
getDesc()con::Connection
getLocalStat(rate_stat_type type)con::Connection
GetPeerAddress(session_t peer_id)con::Connection
GetPeerID() constcon::Connectioninline
getPeerIDs()con::Connectioninlineprotected
getPeerNoEx(session_t peer_id)con::Connectionprotected
getPeerStat(session_t peer_id, rtt_stat_type type)con::Connection
GetProtocolID() constcon::Connectioninline
lookupPeer(const Address &sender)con::Connectionprotected
m_bc_peerhandlercon::Connectionprivate
m_bc_receive_timeoutcon::Connectionprivate
m_command_queuecon::Connectionprotected
m_event_queuecon::Connectionprivate
m_info_mutexcon::Connectionmutableprivate
m_peer_idcon::Connectionprivate
m_peer_idscon::Connectionprivate
m_peerscon::Connectionprivate
m_peers_mutexcon::Connectionprivate
m_protocol_idcon::Connectionprivate
m_receiveThreadcon::Connectionprivate
m_sendThreadcon::Connectionprivate
m_shutting_downcon::Connectionprivate
m_udpSocketcon::Connectionprotected
putCommand(ConnectionCommandPtr c)con::Connection
putEvent(ConnectionEventPtr e)con::Connectionprotected
Receive(NetworkPacket *pkt)con::Connection
ReceiveTimeoutMs(NetworkPacket *pkt, u32 timeout_ms)con::Connection
Send(session_t peer_id, u8 channelnum, NetworkPacket *pkt, bool reliable)con::Connection
sendAck(session_t peer_id, u8 channelnum, u16 seqnum)con::Connectionprotected
Serve(Address bind_addr)con::Connection
SetPeerID(session_t id)con::Connectioninlineprotected
SetTimeoutMs(u32 timeout)con::Connectioninline
TriggerSend()con::Connectionprotected
TryReceive(NetworkPacket *pkt)con::Connection
waitEvent(u32 timeout_ms)con::Connection
~Connection()con::Connection