mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 14:10:28 +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 {
|
if len(bs) < 40 {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
tun.log.Println(len(bs), tun.MTU())
|
|
||||||
if len(bs) > int(tun.MTU()) {
|
if len(bs) > int(tun.MTU()) {
|
||||||
ptb := &icmp.PacketTooBig{
|
ptb := &icmp.PacketTooBig{
|
||||||
MTU: int(tun.mtu),
|
MTU: int(tun.mtu),
|
||||||
|
Loading…
Reference in New Issue
Block a user