From 1dda748d944943a244143b2230c969be8c4d628b Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 14 Feb 2019 11:17:03 +0100 Subject: tools: bump upstream version This now includes the latest ARM64 ChaCha20 implementation, which should improve performance. --- app/tools/libwg-go/src/api-android.go | 4 +--- app/tools/wireguard | 2 +- app/tools/wireguard-go | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) (limited to 'app/tools') diff --git a/app/tools/libwg-go/src/api-android.go b/app/tools/libwg-go/src/api-android.go index ae4bacae..2c28fc76 100644 --- a/app/tools/libwg-go/src/api-android.go +++ b/app/tools/libwg-go/src/api-android.go @@ -13,7 +13,6 @@ import ( "bufio" "git.zx2c4.com/wireguard-go/tun" "golang.org/x/sys/unix" - "io/ioutil" "log" "math" "net" @@ -83,8 +82,7 @@ func wgTurnOn(ifnameRef string, tunFd int32, settings string) int32 { logger.Debug.Println("Interface has MTU", device.tun.mtu) - bufferedSettings := bufio.NewReadWriter(bufio.NewReader(strings.NewReader(settings)), bufio.NewWriter(ioutil.Discard)) - setError := ipcSetOperation(device, bufferedSettings) + setError := ipcSetOperation(device, bufio.NewReader(strings.NewReader(settings))) if setError != nil { unix.Close(int(tunFd)) logger.Error.Println(setError) diff --git a/app/tools/wireguard b/app/tools/wireguard index 941bb335..40eaf20e 160000 --- a/app/tools/wireguard +++ b/app/tools/wireguard @@ -1 +1 @@ -Subproject commit 941bb3355d1882dab3d7f65e8b8bf2a5ae3b72be +Subproject commit 40eaf20e04eed44e226fc41bc8e8b159467a7399 diff --git a/app/tools/wireguard-go b/app/tools/wireguard-go index 5ace0fdf..f7170e5d 160000 --- a/app/tools/wireguard-go +++ b/app/tools/wireguard-go @@ -1 +1 @@ -Subproject commit 5ace0fdfe237b2062c060fbe30d6fb40965fb1b9 +Subproject commit f7170e5de2065f37bac647484b34711db4797394 -- cgit v1.2.3-59-g8ed1b