|
|
|
|
|
by simoncion
3912 days ago
|
|
1) The likely worst-case trip time to the chat server is 250ms. [0] It's true that that's ~2.5x slower than the typical minimum human reaction time, but it takes a fair bit longer than this to type "top<enter>". [1] 2) The case where the server displays one message ordering to one player and another message ordering to another player is strictly worse than the case where the server takes 250ms longer to display the same message ordering to all players. The first case creates confusion and arguments, as well as feelings of distrust directed towards the chat software. The second case might cause a vague sense of displeasure at the quarter-second delay. > Maybe the best way to claim top lane shouldn't be the first person to type "top" and hit enter. Agreed. Perhaps people could be civil when they play their games. :) [0] In this case, RTT doesn't matter. Only the time required to get a packet from you to the server matters. I think that we can reasonably assume that the worst case RTT from anyone who's playing a vaguely-latency-sensitive online video game to anywhere else on the Internet is 500ms. [1] Honestly, it might take half of this time for the pixel issued by a draw command to your graphics card to appear on screen. [2] [2] http://superuser.com/questions/419070/transatlantic-ping-fas... |
|