gameServer2/src/utils.rs
author sheepluva
Sat, 30 Sep 2017 00:52:06 +0200
changeset 12602 a9a7ef966e72
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
make hellfire test a bit less seed-sensitive

use mio;

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