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

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

bindToProcessor(unsigned int proc_number)Thread
connect(Address address)con::ConnectionSendThreadprivate
ConnectionSendThread(unsigned int max_packet_size, float timeout)con::ConnectionSendThread
disconnect()con::ConnectionSendThreadprivate
disconnect_peer(session_t peer_id)con::ConnectionSendThreadprivate
getCurrentThread()Threadstatic
getNumberOfProcessors()Threadstatic
getReturnValue(void **ret)Thread
getThreadHandle()Threadinlineprivate
getThreadId()Threadinline
isCurrentThread()Threadinline
isRunning()Threadinline
m_connectioncon::ConnectionSendThreadprivate
m_iteration_packets_avaialblecon::ConnectionSendThreadprivate
m_joinableThreadprivate
m_max_data_packets_per_iterationcon::ConnectionSendThreadprivate
m_max_packet_sizecon::ConnectionSendThreadprivate
m_max_packets_requeuedcon::ConnectionSendThreadprivate
m_mutexThreadprivate
m_nameThreadprotected
m_outgoing_queuecon::ConnectionSendThreadprivate
m_request_stopThreadprivate
m_retvalThreadprivate
m_runningThreadprivate
m_send_sleep_semaphorecon::ConnectionSendThreadprivate
m_start_finished_mutexThreadprivate
m_thread_objThreadprivate
m_timeoutcon::ConnectionSendThreadprivate
packetsQueued()con::ConnectionSendThreadprivate
processNonReliableCommand(ConnectionCommandPtr &c)con::ConnectionSendThreadprivate
processReliableCommand(ConnectionCommandPtr &c)con::ConnectionSendThreadprivate
rawSend(const BufferedPacket *p)con::ConnectionSendThreadprivate
rawSendAsPacket(session_t peer_id, u8 channelnum, const SharedBuffer< u8 > &data, bool reliable)con::ConnectionSendThreadprivate
resendReliable(Channel &channel, const BufferedPacket *k, float resend_timeout)con::ConnectionSendThreadprivate
run()con::ConnectionSendThreadvirtual
runTimeouts(float dtime, u32 peer_packet_quota)con::ConnectionSendThreadprivate
send(session_t peer_id, u8 channelnum, const SharedBuffer< u8 > &data)con::ConnectionSendThreadprivate
sendAsPacket(session_t peer_id, u8 channelnum, const SharedBuffer< u8 > &data, bool ack=false)con::ConnectionSendThreadprivate
sendAsPacketReliable(BufferedPacketPtr &p, Channel *channel)con::ConnectionSendThreadprivate
sendPackets(float dtime, u32 peer_packet_quota)con::ConnectionSendThreadprivate
sendReliable(ConnectionCommandPtr &c)con::ConnectionSendThreadprivate
sendToAll(u8 channelnum, const SharedBuffer< u8 > &data)con::ConnectionSendThreadprivate
sendToAllReliable(ConnectionCommandPtr &c)con::ConnectionSendThreadprivate
serve(Address bind_address)con::ConnectionSendThreadprivate
setName(const std::string &name)Threadstatic
setParent(Connection *parent)con::ConnectionSendThreadinline
setPeerTimeout(float peer_timeout)con::ConnectionSendThreadinline
setPriority(int prio)Thread
start()Thread
stop()Thread
stopRequested()Threadinline
Thread(const std::string &name="")Thread
threadProc(Thread *thr)Threadprivatestatic
Trigger()con::ConnectionSendThread
UDPPeercon::ConnectionSendThreadfriend
wait()Thread
~Thread()Threadvirtual