DDraceNetwork Documentation
Loading...
Searching...
No Matches
stun.cpp File Reference
#include "stun.h"
#include <base/system.h>
Include dependency graph for stun.cpp:

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 )