mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-09 16:20:26 +00:00
remove debug logging
This commit is contained in:
parent
815f2a2822
commit
577b7118ad
@ -73,7 +73,6 @@ func (tun *TunAdapter) write() {
|
||||
if len(bs) < 40 {
|
||||
continue
|
||||
}
|
||||
tun.log.Println(len(bs), tun.MTU())
|
||||
if len(bs) > int(tun.MTU()) {
|
||||
ptb := &icmp.PacketTooBig{
|
||||
MTU: int(tun.mtu),
|
||||
|
Loading…
Reference in New Issue
Block a user