Hacker News new | ask | show | jobs
by capableweb 1529 days ago
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.
1 comments

IIRC the original Java version uses TCP and the bedrock one UDP.