ProtocolLimitsConfig
constructor(maxLanguageLength: Int = ProtocolLimits.MAX_LANGUAGE_LENGTH, maxIdentityTokenLength: Int = ProtocolLimits.MAX_IDENTITY_TOKEN_LENGTH, maxUsernameLength: Int = ProtocolLimits.MAX_USERNAME_LENGTH, maxReferralDataLength: Int = ProtocolLimits.MAX_REFERRAL_DATA_LENGTH, maxHostLength: Int = ProtocolLimits.MAX_HOST_LENGTH, maxConnectSize: Int = ProtocolLimits.CONNECT_MAX_SIZE)