mirror of https://github.com/v2ray/v2ray-core
8 lines
116 B
Go
8 lines
116 B
Go
![]() |
// +build !linux
|
||
|
|
||
|
package internet
|
||
|
|
||
|
func applySocketOptions(fd uintptr, config *SocketConfig) error {
|
||
|
return nil
|
||
|
}
|