From bca066e547e83f97ea7bd2931505f88dd69bda9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=80=9D=E6=95=8F?= Date: Mon, 29 Aug 2022 15:25:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netcard.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/netcard.go b/netcard.go index 07d4a93..9d2cdd3 100644 --- a/netcard.go +++ b/netcard.go @@ -145,9 +145,7 @@ func NewNetCard() *NetCard { config := water.Config{ DeviceType: water.TUN, PlatformSpecificParams: water.PlatformSpecificParams{ - Name: "stun", - Persist: true, - MultiQueue: true, + Name: "stun", }, }