Author Topic: Join server as soon there is an opening  (Read 425 times)

Title, you see it in steam if you ever waited to join a server.



Sounds good except that would be like DDoSing a server because of the constant packet sending.

Sounds good except that would be like DDoSing a server because of the constant packet sending.
Sending a Torque ping request involves 2 packets, 6 bytes each. A packet travels to the server, and comes back. A mod like this could pick an interval like 1 second.

Packets sent to a connected client (includes in-game and the datablock/download phases) are 128 bytes each, and there are 32 packets sent per second per client.

There is no problem in making a mod, so long as the server checks player count before authentication (the way it should be).

Sending a Torque ping request involves 2 packets, 6 bytes each. A packet travels to the server, and comes back. A mod like this could pick an interval like 1 second.

Packets sent to a connected client (includes in-game and the datablock/download phases) are 128 bytes each, and there are 32 packets sent per second per client.

There is no problem in making a mod, so long as the server checks player count before authentication (the way it should be).
You think you could do it?

Oh he could do it.
It's simply a matter of him wanting to do it.