8 ms·
Wouldn’t the game need a udp connection and isn’t that not doable w the ssh tunnel ?
by funman7 4y ago
Wouldn’t the game need a udp connection and isn’t that not doable w the ssh tunnel ?
- capableweb 4y agoLast time I checked, minecraft uses TCP for its connections, which explains a lot of the performance issues with multiplayer minecraft. But games generally uses UDP, so it's a fair assumption to make.
- shiomiru 4y agoIIRC the original Java version uses TCP and the bedrock one UDP.