change default port
This commit is contained in:
parent
ac9300a048
commit
1d1573b37f
@ -8,7 +8,7 @@ use std::io;
|
|||||||
|
|
||||||
use tokio::net::TcpListener;
|
use tokio::net::TcpListener;
|
||||||
|
|
||||||
const ADDR: &'static str = "0.0.0.0:7700";
|
const ADDR: &'static str = "0.0.0.0:7701";
|
||||||
const BUFSIZE: usize = 1024;
|
const BUFSIZE: usize = 1024;
|
||||||
|
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
|
Loading…
Reference in New Issue
Block a user