ENET_PEER_TIMEOUT_MAXIMUM top-level constant

int const ENET_PEER_TIMEOUT_MAXIMUM

The maximum allowed timeout for a peer's connection, expressed in milliseconds. This value is used to set the maximum threshold for timeouts. A value of 30000 may indicate that no maximum timeout is enforced.

Implementation

const int ENET_PEER_TIMEOUT_MAXIMUM = 30000;