| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected