Changes to be committed:

modified:   src/client.rs
This commit is contained in:
Michael Wain 2024-08-11 21:21:35 +03:00
parent 550ff1e4c5
commit 8f5bc39232

View File

@ -67,7 +67,7 @@ pub async fn client_mode(remote_addr: String) -> io::Result<()> {
config.up();
#[cfg(target_os = "linux")]
config.platform(|config| {
config.platform_config(|config| {
config.packet_information(true);
});