0 votes

Is there way to check the internet connection speed of a player from the server??

I want to be able to know how fast information is being processed between client/server without relying on the client sending the appropriate info.

in Engine by (366 points)

1 Answer

0 votes

Server send a packet to the player, then the player replies with the current time. When the server get this time you can subtract. If you don't want the client to send the actual data (the time in this case), you can instead use the server to do all that, but beware that you will get the time to "send and receive" the data, not only to "receive" as in the first method.

by (254 points)

What method would I use for the ladder? Getting the time to send and receive data.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.