mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-29 16:11:01 +03:00
1024 -> 1500
This commit is contained in:
@@ -3869,7 +3869,7 @@ async fn test_udp_uat(
|
||||
}
|
||||
}
|
||||
let mut last_send_time = Instant::now();
|
||||
let mut buf = [0u8; 1024];
|
||||
let mut buf = [0u8; 1500];
|
||||
|
||||
loop {
|
||||
tokio::select! {
|
||||
|
||||
Reference in New Issue
Block a user