[ Version ( deprecated = true , since = "0.2.3" , deprecated_since = "0.2.3" , replacement = "max_hostname_length" ) ]
public const uint32 MAX_HOSTNAME_LENGTH
Warning: MAX_HOSTNAME_LENGTH is deprecated since "0.2.3". Use ToxCore.max_hostname_length.
Maximum length of a hostname, e.g. proxy or bootstrap node names.
This length does not include the NUL byte. Hostnames are NUL-terminated C strings, so they are 255 characters plus one NUL byte.