gost/sockopts_other.go
2022-08-03 10:04:41 +08:00

8 lines
97 B
Go

//go:build !linux
package gost
func setSocketMark(fd int, value int) (e error) {
return nil
}