gameServer2/src/utils.rs
author nemo
Sat, 25 Nov 2017 11:28:44 -0500
changeset 12850 b63ec501490b
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
At the very least we should match the gameserver length which seems to be 40, not 60

use mio;

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