Stun Server  Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
recvfromex.cpp File Reference
#include "commonincludes.hpp"
#include "socketaddress.h"
Include dependency graph for recvfromex.cpp:

Go to the source code of this file.

Functions

static void InitSocketAddress (int family, CSocketAddress *pAddr)
 
ssize_t recvfromex (int sockfd, void *buf, size_t len, int flags, CSocketAddress *pSrcAddr, CSocketAddress *pDstAddr)
 

Function Documentation

static void InitSocketAddress ( int  family,
CSocketAddress pAddr 
)
static

Definition at line 23 of file recvfromex.cpp.

ssize_t recvfromex ( int  sockfd,
void *  buf,
size_t  len,
int  flags,
CSocketAddress pSrcAddr,
CSocketAddress pDstAddr 
)

Definition at line 44 of file recvfromex.cpp.