gameServer2/src/utils.rs
author sheepluva
Tue, 15 May 2018 17:05:40 +0200
branchui-scaling
changeset 13386 72bbccf9a715
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
fix some accidental code corruption caused by my last commit

use mio;

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