Josh Posted January 11, 2018 Author Posted January 11, 2018 On another server, this is working. On my own server I am getting this message:Error sending outgoing packets: Operation not permitted The firewall has the ports unblocked for incoming and outgoing UDP traffic. Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Josh Posted January 13, 2018 Author Posted January 13, 2018 I am working on another server now that I redirected a subdomain to. I've got communication working between three programs. However, I originally designed the networking system so that clients and servers are strictly defined, but in order to get the server external IP address, I think the same host needs to connect to the master server and at the same time be able to accept connections from other machines. So that needs to be revisited. Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Josh Posted January 13, 2018 Author Posted January 13, 2018 There are two alternatives: Steam networking and a relay server. And Steam networking conveniently also has voice recording:https://partner.steamgames.com/doc/features/voice Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Josh Posted January 13, 2018 Author Posted January 13, 2018 I think Steam networking is the right way to go. Building and testing a reliable NAT punch-through system of our own is probably not realistic. There's always going to be a bunch of weird hardware out there I can't realistically test and it will result in angry people who can't connect to a game. For fast-paced networked games, I think relying on Steam networking is the right choice. That will give us reliable NAT punch-through, voice communication, and server listing with minimal work. For applications that cannot be run through Steam, for example an enterprise VR collaborative tool, I recommend a relay server. I am uploading my project here, as it may be useful in the future. Server.zip Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.