Fred Ford

Results 2 issues of Fred Ford

It is possible for nullptr to be returned from: IBoundUDPSocket *CSharedSocket::AddRemoteHost( const netadr_t &adrRemote, CRecvPacketCallback callback ) This nullptr will get assigned to pRequest->m_pSocket at least in: CSteamNetworkingSocketsSTUNRequest *CSteamNetworkingSocketsSTUNRequest::SendBindRequest CSteamNetworkingSocketsSTUNRequest...

bug

Many months ago with older code I had followed the P2P example and had successfully integrated peer-to-peer connections in my work. I have updated to recent code (yesterday) and in...