Commit Graph

3 Commits (3da772249b1812c4742084b6cd4afab396accc0a)

Author SHA1 Message Date
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
Darien Raymond 20f10c78b3
add support for wasm 2018-08-27 20:56:49 +02:00
Darien Raymond 2ab6da28ba
implement readv reader for windows 2018-08-18 23:12:22 +02:00