modified: src/client.rs
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good

This commit is contained in:
Michael Wain 2024-10-05 03:40:23 +03:00
parent 02495f1d44
commit 686e82a3ec

View File

@ -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();