gameServer2/src/utils.rs
author nemo
Tue, 06 Mar 2018 15:21:36 -0500
changeset 13090 26173dd0c606
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
the clipping was just due to remote abuse anyway - this addresses a couple of the concerns from the bug

use mio;

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