From: Jason A. Donenfeld Date: Thu, 24 May 2018 15:53:00 +0000 (+0200) Subject: Back to sticky sockets on android X-Git-Tag: 0.0.20180531~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbf320c477ea10a28c2199187f6f29b3dcb07bcb;p=thirdparty%2Fwireguard-go.git Back to sticky sockets on android --- diff --git a/conn_default.go b/conn_default.go index 14ed56c..bd1b08b 100644 --- a/conn_default.go +++ b/conn_default.go @@ -1,4 +1,4 @@ -// +build !linux android +// +build !linux /* SPDX-License-Identifier: GPL-2.0 * diff --git a/conn_linux.go b/conn_linux.go index 0227f04..bde4416 100644 --- a/conn_linux.go +++ b/conn_linux.go @@ -1,5 +1,3 @@ -// +build !android - /* SPDX-License-Identifier: GPL-2.0 * * Copyright (C) 2017-2018 Jason A. Donenfeld . All Rights Reserved.