MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / sockaddr

Class sockaddr

source/udpcon.cpp:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 {
84 BYTE * ReceiveBuffer = new BYTE[rl + 1];
85 if( ! udp->ReadFrom(ReceiveBuffer, rl, (struct sockaddr *)&a) )
86 {
87 if( udp->GetWSAError() == MYERROR_READCOUNT )
88 ; // Good error :) In the receive buffer still have UDP packets

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected