#include <P_UDPConnection.h>
Inherits UDPConnection.
Inherited by UnixUDPConnection.

Public Member Functions | |
| UDPConnectionInternal () | |
| virtual | ~UDPConnectionInternal () |
Data Fields | |
| Continuation * | continuation |
| int | recvActive |
| int | refcount |
| SOCKET | fd |
| IpEndpoint | binding |
| int | binding_valid |
| int | tobedestroyed |
| int | sendGenerationNum |
| int64_t | lastSentPktTSSeqNum |
| uint64_t | lastSentPktStartTime |
| uint64_t | lastPktStartTime |
Definition at line 37 of file P_UDPConnection.h.
| TS_INLINE UDPConnectionInternal::UDPConnectionInternal | ( | ) |
Definition at line 66 of file P_UDPConnection.h.
References binding, lastPktStartTime, lastSentPktStartTime, lastSentPktTSSeqNum, and sendGenerationNum.
| TS_INLINE UDPConnectionInternal::~UDPConnectionInternal | ( | ) | [virtual] |
Definition at line 77 of file P_UDPConnection.h.
References continuation, and Continuation::mutex.
Definition at line 49 of file P_UDPConnection.h.
Referenced by UDPConnection::getBinding(), UDPConnection::setBinding(), and UDPConnectionInternal().
Definition at line 50 of file P_UDPConnection.h.
Referenced by UDPConnection::getBinding(), and UDPConnection::setBinding().
Definition at line 44 of file P_UDPConnection.h.
Referenced by UDPConnection::bindToThread(), UnixUDPConnection::callbackHandler(), UDPNetHandler::mainNetEvent(), UDPConnection::recv(), UDPConnection::send(), UDPNetProcessorInternal::udp_callback(), and ~UDPConnectionInternal().
| SOCKET UDPConnectionInternal::fd |
Definition at line 48 of file P_UDPConnection.h.
Referenced by UnixUDPConnection::init(), EventIO::start(), UnixUDPConnection::UnixUDPConnection(), and UnixUDPConnection::~UnixUDPConnection().
Definition at line 62 of file P_UDPConnection.h.
Referenced by UDPConnection::cancel(), UDPQueue::service(), and UDPConnectionInternal().
Definition at line 61 of file P_UDPConnection.h.
Referenced by UDPConnection::cancel(), UDPQueue::SendUDPPacket(), and UDPConnectionInternal().
Definition at line 53 of file P_UDPConnection.h.
Referenced by UDPConnection::cancel(), and UDPConnectionInternal().
Definition at line 45 of file P_UDPConnection.h.
Referenced by UDPConnection::recv().
Definition at line 46 of file P_UDPConnection.h.
Referenced by UDPNetHandler::mainNetEvent(), and UDPConnection::Release().
Definition at line 52 of file P_UDPConnection.h.
Referenced by UDPConnection::cancel(), UDPConnection::send(), and UDPConnectionInternal().
Definition at line 51 of file P_UDPConnection.h.
Referenced by UnixUDPConnection::~UnixUDPConnection().
1.7.1