use any adress instead of local adress for udp
This commit is contained in:
parent
66459afcab
commit
6b7c3dda97
@ -1,4 +1,4 @@
|
||||
use std::net::Ipv4Addr;
|
||||
|
||||
pub const OBSW_SERVER_ADDR: Ipv4Addr = Ipv4Addr::new(127, 0, 0, 1);
|
||||
pub const OBSW_SERVER_ADDR: Ipv4Addr = Ipv4Addr::new(0, 0, 0, 0);
|
||||
pub const SERVER_PORT: u16 = 7301;
|
||||
|
Loading…
Reference in New Issue
Block a user