gameServer2/src/utils.rs
author unc0rr
Mon, 02 Jan 2017 00:05:12 +0300
changeset 12127 36ac9c075d0d
parent 12126 4348997e502b
child 12137 193dfdcb0620
permissions -rw-r--r--
- Use netbuf buffers for client connection stream - Read data from client

use mio;

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