Tibi
Java edition on Steamdeck, I e SteamOS
Kekw grad gesehen das ja deutsch hier. Also opennic.org ist laut meinem Browser nicht erreichbar. Für euch auch oder nur bei mir? Weil servers.opennic.org ist erreichbar für mich
Ich hab ein wiki.opennic.org erreichen können, also hab ich jetzt alle infos 😁
Peer2peer connections are very difficult. Mainly because clients are behind a NAT which allows only connections from inside to outside. So when a client wants to connect to another client one connection comes from outside and is blocked. There is a “bug” called NAT holepunching to still connect but that’s not a trivial task and doesn’t work on all setups. I recently tried out webRTC for a multiplayer game but I still don’t know what to do with people where that connection can’t be established. SteamAPI has a P2P feature as well, and when they can’t establish a p2p connection they just silently route the packets over their servers.