mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-13 02:11:53 +00:00
remove debug logging
This commit is contained in:
parent
815f2a2822
commit
577b7118ad
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue