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