if(g_Config.m_ClReconnectFull > 0 && (str_find_nocase(ErrorString(), "full") || str_find_nocase(ErrorString(), "reserved")))
m_ReconnectTime = time_get() + time_freq() * g_Config.m_ClReconnectFull;
SECURITY_TOKEN_MAGIC
iow TKEN
is what we use to indicate a client supports the ddnet protocol. In CNetServer::Recv
IsDDNetControlMsg
will check if the magic is in the packet. If not it will take the 0.6 path. Which is in CNetServer::OnPreConnMsg
, this will simulate an accept, there is a nice comment there you can read about what it doescl_chat_old
funny how I predicted this the second we were forced to include yet another config to keep old players happysv_sixup