But my WiFi is just fine!
But my WiFi is just fine!
Please speak standards, not marketing language. Replace WiFi and number with 802.11 and letters in the end.
If latency is your game, copper is a poor choice
One packet drop for TCP creates huge latency for application level protocol. And not many games use UDP for their transport.
not many games use UDP for their transport
Citation Needed
I have never heard of a latency-sensitive game that doesn’t use UDP for inner loop communication. Sure they use TCP for login and server browser, but the actual communication for gameplay almost always uses UDP.
Oops, Factorio moved to UDP.
Can’t find any UDP implementation or even UDP protocol description for Terraria, while there are implementations of Terraria protocol that use TCP and documentation for it.
Minecraft uses only TCP. Sources: wiki.vg, myself, myself and friend of mine and myself again(no link for now, but two minecraft proxy server implementations)