Stun Server
Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
|
This is the complete list of members for CBuffer, including all inherited members.
_allocatedSize | CBuffer | private |
_data | CBuffer | private |
_size | CBuffer | private |
_spAllocation | CBuffer | private |
CBuffer(const CBuffer &) | CBuffer | private |
CBuffer() | CBuffer | |
CBuffer(size_t nSize) | CBuffer | |
CBuffer(uint8_t *pByteArray, size_t nByteArraySize, bool fCopy) | CBuffer | |
GetAllocatedSize() | CBuffer | inline |
GetData() | CBuffer | inline |
GetSize() | CBuffer | inline |
InitNoAlloc(uint8_t *pByteArray, size_t nByteArraySize) | CBuffer | |
InitWithAllocAndCopy(uint8_t *pByteArray, size_t nByteArraySize) | CBuffer | |
InitWithAllocation(size_t size) | CBuffer | |
IsValid() | CBuffer | |
operator=(const CBuffer &other) | CBuffer | private |
Reset() | CBuffer | |
SetSize(size_t size) | CBuffer |