increase initial MTU buffer size
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
parent
bb7605e999
commit
c91adb0995
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ use crate::{
|
|||
};
|
||||
|
||||
const SLURP_LIMIT: usize = 32 << 20;
|
||||
const MTU_BUFFER_SIZE: usize = 8192;
|
||||
const MTU_BUFFER_SIZE: usize = 64 << 10;
|
||||
|
||||
/// Module for sniffing media types and filtering out unsafe media
|
||||
pub mod sniff;
|
||||
|
|
Loading…
Reference in a new issue