spring / uberserver

uberserver, a matchmaking/chat lobby server for the spring rts project
https://springrts.com/wiki/Uberserver
Other
33 stars 38 forks source link

add server side PING / p compatibility flag #20

Closed abma closed 10 years ago

abma commented 10 years ago

for server side PING/PONG to detect dead clients

abma commented 10 years ago

no!

better solution, remove "ghosting" / kicking existing connections:

http://springrts.com/phpbb/viewtopic.php?f=16&t=30957&p=548373#p548373

also, recheck for dead connections every 10 seconds, 30 is maybe a bit high.

https://github.com/spring/uberserver/blob/master/DataHandler.py#L270