mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
cleanup unused MTU code from tun keystore
This commit is contained in:
parent
5b00273dfc
commit
f61507238e
2 changed files with 0 additions and 3 deletions
|
@ -150,7 +150,6 @@ func (tun *TunAdapter) _start() error {
|
|||
if tun.MTU() != mtu {
|
||||
tun.log.Warnf("Warning: Interface MTU %d automatically adjusted to %d (supported range is 1280-%d)", current.IfMTU, tun.MTU(), MaximumMTU())
|
||||
}
|
||||
// TODO tun.core.SetMaximumSessionMTU(tun.MTU())
|
||||
tun.isOpen = true
|
||||
go tun.read()
|
||||
go tun.write()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue