gameServer2/src/utils.rs
author Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Mon, 10 Jul 2017 14:58:36 +0200
changeset 12436 1ae6b6f10677
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
travis: move to trusty environment

use mio;

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