mirror of
https://github.com/slackhq/nebula.git
synced 2026-05-16 04:47:38 +02:00
PMTUD exploration, start small then grow
This commit is contained in:
@@ -106,6 +106,14 @@ func (t *disabledTun) Write(b []byte) (int, error) {
|
||||
return len(b), nil
|
||||
}
|
||||
|
||||
func (t *disabledTun) SupportsPerPeerMTU() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (t *disabledTun) SetPeerMTU(addr netip.Addr, mtu int) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (t *disabledTun) SupportsMultiqueue() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user