Author Topic: Auto-Join a Full Server  (Read 876 times)

Where's you get that number from?
Less than 0.5 but more than 0.1

i call it opening RTB info and mashing the enter key. works for me.
RTB doesn't work for me, so making this automatic and into an addon would be really helpful because i hate clicking over and over again

Isn't something like this bad since it would constantly (depending on the loop time) send requests to the server and back?

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).
I just checked, and the server won't echo packets so there's nothing wrong with a low loop delay.
« Last Edit: August 11, 2012, 02:48:03 PM by Kalphiter »

Oh alright. I was just wondering. Thanks!