mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-07-23 10:26:48 +00:00
remove debug logging
This commit is contained in:
@ -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),
|
||||||
|
Reference in New Issue
Block a user