gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Wed, 04 Oct 2017 15:37:42 +0200
changeset 12646 f30b70976577
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
Fix cake taking >200s to explode when it's completely stuck and can't move (bug #194)

use mio;

pub const PROTOCOL_VERSION : u32 = 3;
pub const SERVER: mio::Token = mio::Token(1000000000 + 0);