5 lines
128 B
Rust
5 lines
128 B
Rust
use std::net::Ipv4Addr;
|
|
|
|
pub const OBSW_SERVER_ADDR: Ipv4Addr = Ipv4Addr::new(127, 0, 0, 1);
|
|
pub const SERVER_PORT: u16 = 7301;
|