changeset 12129 | 07972a8c2433 |
parent 12128 | f50876f3eff8 |
child 12133 | 81df2e1f9ae9 |
12128:f50876f3eff8 | 12129:07972a8c2433 |
---|---|
9 use mio::tcp::*; |
9 use mio::tcp::*; |
10 use mio::*; |
10 use mio::*; |
11 |
11 |
12 mod utils; |
12 mod utils; |
13 mod server; |
13 mod server; |
14 mod protocol; |
|
14 |
15 |
15 fn main() { |
16 fn main() { |
16 println!("Hedgewars game server, protocol {}", utils::PROTOCOL_VERSION); |
17 println!("Hedgewars game server, protocol {}", utils::PROTOCOL_VERSION); |
17 |
18 |
18 let address = "0.0.0.0:46631".parse().unwrap(); |
19 let address = "0.0.0.0:46631".parse().unwrap(); |