cleanrock / flobby

spring lobby
GNU General Public License v2.0
12 stars 5 forks source link

PING is missing #5

Closed abma closed 10 years ago

abma commented 10 years ago

imo at some point it should be enforced that clients ping, as it seems the only good way to detect dead clients.

advise is to send a ping every 30 seconds.

http://springrts.com/dl/LobbyProtocol/ProtocolDescription.html#PING:client

(i hope i'm right that ping is missing in flobby, but afaik you said that...)

abma commented 10 years ago

maybe as note: PING is needed to detect "dead" clients (caused by crash, router failure, badly closed connections), without it, the server can't probably detect disconnects.