mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
network: performance tuning and IPv6 checksum fixups
This commit is contained in:
@ -22,7 +22,7 @@ pub mod proxynat;
|
||||
pub mod raw_socket;
|
||||
pub mod vbridge;
|
||||
|
||||
pub const FORCE_MTU: usize = 20000;
|
||||
pub const FORCE_MTU: usize = 65521;
|
||||
|
||||
pub struct NetworkService {
|
||||
pub backends: HashMap<Uuid, JoinHandle<()>>,
|
||||
|
Reference in New Issue
Block a user