Closed izanagi1995 closed 8 years ago
The docs should be specify that the ping must be sent every 250ms
No, currently the ping value is 251. It was 112 before protocol version 5. 250 < b - last_ping_mtm && ( ... , q[0] = 5 <= protocol_version ? 251 : 112, ... )
250 < b - last_ping_mtm && ( ... , q[0] = 5 <= protocol_version ? 251 : 112, ... )
The docs should be specify that the ping must be sent every 250ms