modified: src/client.rs
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good
This commit is contained in:
parent
02495f1d44
commit
686e82a3ec
@ -17,7 +17,7 @@ use crate::udp::{UDPVpnPacket, UDPVpnHandshake, UDPSerializable};
|
||||
use network_interface::NetworkInterface;
|
||||
use network_interface::NetworkInterfaceConfig;
|
||||
|
||||
pub async fn client_mode(client_config: ClientConfiguration, fd: i32) -> i16 {
|
||||
pub async fn client_mode(client_config: ClientConfiguration, fd: i32) -> i32 {
|
||||
info!("Starting client...");
|
||||
|
||||
let sock = UdpSocket::bind("0.0.0.0:25565").await.unwrap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user