|
|
|
|
|
by pthatcherg
3203 days ago
|
|
As I just commented higher up in the thread, it is possible to force UDP if that's what you want. And while WebRTC is complex, you can ignore almost all of that if you're just doing client to server data channels. You just need to speak ICE lite, DTLS, and SCTP, all of which have libraries. See some of my comments from months ago for more details. |
|
I think your proving my point here. That's a lot more to ask than a simple libsodium based crypto + auth token that something like Netcode.io uses.