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