• 0 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: November 1st, 2023

help-circle


  • This fits very nicely in my belief system as well. For me the reason to life is to make it simpler/easier for the people who come after me. And thinking about what I needed and supplying that to others is a very nice way to achieve this. Although this could sometimes lead to doing something that is not needed (anymore), but even then showing others that helping others is a nice thing to do is worth a lot.







  • 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.