(svn r20964) -Add: disconnecting remote admins that fail to authenticate

This commit is contained in:
rubidium
2010-10-17 17:33:46 +00:00
parent 33ed4ddbfb
commit 61ae6b6e40
2 changed files with 10 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ protected:
NetworkRecvStatus SendProtocol();
public:
uint32 realtime_connect; ///< Time of connection.
NetworkAddress address; ///< Address of the admin.
ServerNetworkAdminSocketHandler(SOCKET s);