gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Wed, 04 Oct 2017 15:28:32 +0200
changeset 12645 36a650c0a885
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
Add test case to test if cake explodes in time when stuck in tight space See also: bug #194

use mio;

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