mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-25 22:20:53 +03:00
Update deps and README, change default port (#13)
This commit is contained in:
committed by
GitHub
parent
982f35f56a
commit
f0d70492c5
@@ -56,7 +56,7 @@ impl ClientManager {
|
||||
None => return Err(Box::new(ClientConfigError{})),
|
||||
},
|
||||
};
|
||||
let addr = SocketAddr::new(ip, client.port.unwrap_or(42069));
|
||||
let addr = SocketAddr::new(ip, client.port.unwrap_or(2020));
|
||||
self.register_client(addr, pos);
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user