diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-22 19:40:51 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-22 23:22:23 +0200 |
commit | 65a74f3175855dc41b49332103ada6bb27733291 (patch) | |
tree | f78cdb95b2cdec5fc9493303ce9b9aabd23e6dc5 /conn_linux.go | |
parent | b4cef2524f3b2be11f905c4114e2e747a8101160 (diff) |
Avoid sticky sockets on Android
The android policy routing system does insane things.
Diffstat (limited to 'conn_linux.go')
-rw-r--r-- | conn_linux.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conn_linux.go b/conn_linux.go index e5105e3..fa09087 100644 --- a/conn_linux.go +++ b/conn_linux.go @@ -1,3 +1,5 @@ +// +build !android + /* SPDX-License-Identifier: GPL-2.0 * * Copyright (C) 2017-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. |