1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-28 02:05:23 +00:00
v2fly/transport/internet/domainsocket
Araragi Hokuto 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
..
config.go Some code improvements 2019-06-28 17:53:44 +03:00
config.pb.go update proto lib 2018-12-01 17:39:51 +01:00
config.proto refine domain socket transport 2018-04-09 17:09:24 +02:00
dial.go optimize v2ctl size 2019-02-01 20:08:21 +01:00
errgen.go use new errorgen 2018-09-30 23:08:41 +02:00
errors.generated.go simplify error creation 2018-09-30 18:39:53 +02:00
listener_test.go remove dependency of assert lib 2019-02-01 14:38:14 +01:00
listener.go Fix build failure on illumos 2020-05-31 12:37:24 +08:00