backpressure changes

This commit is contained in:
2026-03-20 17:47:34 +07:00
parent 49fe1e064f
commit 43a0b9daed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ pub struct UdpConnection {
const UDP_TIMEOUT: Duration = Duration::from_secs(60);
const CHANNEL_CAPACITY: usize = 1024;
const CHANNEL_CAPACITY: usize = 64;
impl UdpConnection {
pub fn new(handle: SocketHandle, target_addr: TargetAddress, muxer: Muxer) -> Self {