GameNetworkingSockets icon indicating copy to clipboard operation
GameNetworkingSockets copied to clipboard

Reliable & unreliable messages over UDP. Robust message fragmentation & reassembly. P2P networking / NAT traversal. Encryption.

Results 112 GameNetworkingSockets issues
Sort by recently updated
recently updated
newest added

When trying to use the lib in another project, the compilation of steamnetworkingsockets_connections raise : ``` error: steamnetworkingsockets_connections.cpp src\steamnetworkingsockets\clientlib\steamnetworkingsockets_connections.cpp(1298): error C2039: 'c_str' n'est pas membre de 'std::basic_string_view' C:\Program Files\Microsoft Visual...

I'm trying to figure out how to use self signed certificates to prevent MITM. I managed to create a cert via the certtool (the output includes other metadata and shows...