init
This commit is contained in:
7
sockopts_other.go
Normal file
7
sockopts_other.go
Normal file
@ -0,0 +1,7 @@
|
||||
//go:build !linux
|
||||
|
||||
package gost
|
||||
|
||||
func setSocketMark(fd int, value int) (e error) {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user