better comment

This commit is contained in:
Alexander Bersenev
2019-05-15 17:42:33 +05:00
parent 9da90d25d3
commit cdd4fef49e

View File

@@ -44,7 +44,8 @@ FAST_MODE = config.get("FAST_MODE", True)
# doesn't allow to connect in not-secure mode
SECURE_ONLY = config.get("SECURE_ONLY", False)
# user limits, the mapping from name to integer limit
# user tcp connection limits, the mapping from name to the integer limit
# feel free to multiply it them 5, since one user can make multiple tcp connects
USER_CONN_LIMITS = config.get("USER_CONN_LIMITS", {})
# length of used handshake randoms for active fingerprinting protection