Files
v2ray-core/transport/internet/domainsocket
Araragi HokutoandKslr 2a96605138 Fix build failure on illumos
Previously v2ray can not be built on illumos due to following reasons:
1. missing build tags in transport/internet/sockopt_other.go
2. many definitions in syscall does not exist on illumos
This commit addresses these problems by adding missing build tags, and
updates those missing syscall deps on illumos to use x/sys/unix.
2020-05-31 12:37:24 +08:00
..
2019-06-28 17:53:44 +03:00
2018-12-01 17:39:51 +01:00
2018-04-09 17:09:24 +02:00
2019-02-01 20:08:21 +01:00
2018-09-30 23:08:41 +02:00
2018-09-30 18:39:53 +02:00
2020-05-31 12:37:24 +08:00