Fletcher Dunn

Results 72 comments of Fletcher Dunn

I am probably going to rework this interface soon. I'll correct the calling conventions at that time.

I just checked in an entirely new interface, ISteamNetworkingMessages. It is the same as the Steam version, and is intended to make it easier to port UDP code. Now would...

Pinging this again, because I'd like to make sure I am doing what is needed to support this. Are these the only two issues? - Flat functions for the interfaces...

@nxrighthere On the first item, my library requires that the application code provide a class that implements a certain interface. It's really just a way for the app code to...

I think you are right that we probably should allow inbound connections if you aren't logged into Steam and the config variable is set to allow unauthenticated comms. In the...

SDR connections must always be authenticated, otherwise people would abuse our services. So for SDR the server must always sign into Steam at the moment.

Yeah, that should be possible after we fix this issue.

Hm, thanks for this report. I thought we had a continuous integration step to test that. Will investigate when I have a chance.

Sorry, what exactly do you want to do? The certificate format is proprietary (it is not X509), but the framework is pretty standard stuff. There are methods to set a...

There is a basic cert store, and a certificate generation tool. And you can hardcode a particular trusted root AC key by #defining STEAMNETWORKINGSOCKETS_HARDCODED_ROOT_CA_KEY. However, I suspect there might be...