ClitherProject / Slither.io-Protocol

The Documented Slither.io Protocol
151 stars 37 forks source link

Ping value is now 112 #48

Closed izanagi1995 closed 8 years ago

izanagi1995 commented 8 years ago

The docs should be specify that the ping must be sent every 250ms

Mat2095 commented 8 years ago

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, ... )