else if (_version == 65533 || _version == -3) // RWHO
{
if(Config.RWHO_LOG)
_log.info(getClient().toString() + " RWHO received");
getClient().close(new SendStatus());
}
else if (_version < Config.MIN_PROTOCOL_REVISION || _version > Config.MAX_PROTOCOL_REVISION)
{
_log.info("Client: " + getClient().toString() + " -> Protocol Revision: " + _version + " is invalid. Minimum is " + Config.MIN_PROTOCOL_REVISION + " and Maximum is " + Config.MAX_PROTOCOL_REVISION + " are supported. Closing connection.");
_log.warning("Wrong Protocol Version " + _version);