mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-31 14:36:50 -05:00
c6f3ab48ee
sync 847b289798
10 lines
135 B
Go
10 lines
135 B
Go
// +build !windows
|
|
|
|
package buf
|
|
|
|
import "syscall"
|
|
|
|
func checkReadVConstraint(conn syscall.RawConn) (bool, error) {
|
|
return true, nil
|
|
}
|