gameServer2/src/utils.rs
author alfadur
Thu, 08 Mar 2018 15:01:18 -0500
changeset 13119 1e39b8749072
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
separated the server logic from all the async io mess.

use mio;

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