change the default max relay packet size to 1500
This commit is contained in:
parent
f69d619d8c
commit
850e3f91e5
@ -20,7 +20,7 @@ mod request;
|
||||
mod stream;
|
||||
mod task;
|
||||
|
||||
pub static MAX_UDP_RELAY_PACKET_SIZE: AtomicUsize = AtomicUsize::new(65535);
|
||||
pub static MAX_UDP_RELAY_PACKET_SIZE: AtomicUsize = AtomicUsize::new(1500);
|
||||
|
||||
pub async fn init(
|
||||
quinn_config: ClientConfig,
|
||||
|
Loading…
x
Reference in New Issue
Block a user