eurosim-obsw/src/lib.rs

5 lines
126 B
Rust

use std::net::Ipv4Addr;
pub const OBSW_SERVER_ADDR: Ipv4Addr = Ipv4Addr::new(0, 0, 0, 0);
pub const SERVER_PORT: u16 = 7301;