Hello,
Do someone know what's the difference between sv_timeout and sv_zombietime ?
The only interesting thread I've found about it :
http://www.ftwgl.com/forums/showthread.php?t=657http://www.shadowspawn.net/content/g...ver-config.asp"This variable determines how long the server will keep the connection alive while not receiving any response from the client.
-NOTE-
If you run a busy server and wish to always keep slots open no matter what, keep this as the default. If you wish to have clients be able to reconnect within a period of time, specify it here."
so this implies this cvar is to kick non communicating clients and sv_timeout is for a communicating but idle client.
But it's false since g_inactivity is used to kick communicating but idle clients.
Do someone has a clearer idea ?