ENET_MAX_HOST_NAME top-level constant
int
const ENET_MAX_HOST_NAME
The maximum length for an ENet host name (including the null-terminator). This value is typically used to define the maximum allowed size for the host name in ENet operations.
Implementation
const int ENET_MAX_HOST_NAME = 257;