1
0
mirror of https://github.com/fumiama/water.git synced 2026-06-05 02:00:29 +08:00
Commit Graph

6 Commits

Author SHA1 Message Date
eycorsican
2b4b6d7c09 macOS: Allow to specify a name for the TUN interface (#79)
* macOS: Allow to specify a name for the TUN interface

* Update syscalls_darwin.go

Co-Authored-By: Song Gao <song@gao.io>

* Add missing imports

* Update syscalls_darwin.go

Co-authored-by: Song Gao <song@gao.io>
2020-03-17 13:31:38 -07:00
Yifan Gu
2ed58ad390 addressing comments 2019-06-22 19:13:33 -07:00
Yifan Gu
aa5a321f82 osxtuntap support 2019-06-22 19:13:33 -07:00
Song Gao
ed5454b50a cleanup 2019-01-12 14:53:32 -08:00
Matthew Ellison
341e40fcee Adds Build Tag Comments for Consistency 2017-05-23 09:06:42 -04:00
Matthew Ellison
70591d2499 Simplifies Platform Specific Interface Creation
The interface `Config` object is now passed directly into each creation
function in order to more easily use additional options.

In addition, the linux and darwin parameters were split to better
capture different options for each platform.
2017-05-23 09:06:42 -04:00