]> Cypherpunks.ru repositories - govpn.git/commit
Improve TAP
authorBruno Clermont <bruno@robotinfra.com>
Wed, 8 Feb 2017 10:56:10 +0000 (18:56 +0800)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 3 Mar 2017 21:02:35 +0000 (00:02 +0300)
commit8f32c1c115a7f686d9cbec4f35b930cbf53e6b21
treed1d51e532dcd313ed6f5003e4ad0dbc84322aeb8
parentc4ce2306df402e03b7fd0f2f10e07cf21b2babc2
Improve TAP

- use advanced feature of new version of water to improve configuration
- add support for windows (TAP only), osx and android
- add support for Darwin/OSX (TUN only
- add support for Android (using file descriptor)
- TAP can be `Close`'d
src/cypherpunks.ru/govpn/tap.go
src/cypherpunks.ru/govpn/tap_android.go [new file with mode: 0644]
src/cypherpunks.ru/govpn/tap_darwin.go [new file with mode: 0644]
src/cypherpunks.ru/govpn/tap_linux.go
src/cypherpunks.ru/govpn/tap_windows.go [new file with mode: 0644]