1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 11:35:23 +00:00
v2fly/transport
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
..
internet Fix build failure on illumos 2020-05-31 12:37:24 +08:00
pipe test case for interface 2019-02-20 22:57:13 +01:00
config.go fix lint errors 2018-04-04 00:29:30 +02:00
config.pb.go update proto lib 2018-12-01 17:39:51 +01:00
config.proto announce deprecated proto settings 2018-09-21 16:54:06 +02:00
link.go move link to transport 2018-11-03 12:36:29 +01:00