Hacker News new | ask | show | jobs
by funman7 1529 days ago
Wouldn’t the game need a udp connection and isn’t that not doable w the ssh tunnel ?
1 comments

Last 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.
IIRC the original Java version uses TCP and the bedrock one UDP.