DDraceNetwork Documentation
Loading...
Searching...
No Matches
stun.h File Reference
#include <cstddef>
Include dependency graph for stun.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CStunData

Functions

size_t StunMessagePrepare (unsigned char *pBuffer, size_t BufferSize, CStunData *pData)
bool StunMessageParse (const unsigned char *pMessage, size_t MessageSize, const CStunData *pData, bool *pSuccess, NETADDR *pAddr)

Function Documentation

◆ StunMessageParse()

bool StunMessageParse ( const unsigned char * pMessage,
size_t MessageSize,
const CStunData * pData,
bool * pSuccess,
NETADDR * pAddr )

◆ StunMessagePrepare()

size_t StunMessagePrepare ( unsigned char * pBuffer,
size_t BufferSize,
CStunData * pData )