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:
@@ -390,6 +390,14 @@ func (t *tun) Name() string {
|
||||
return t.Device
|
||||
}
|
||||
|
||||
func (t *tun) SupportsPerPeerMTU() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (t *tun) SetPeerMTU(addr netip.Addr, mtu int) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (t *tun) SupportsMultiqueue() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user