sockopt_other.go 116 B

1234567
  1. // +build !linux
  2. package internet
  3. func applySocketOptions(fd uintptr, config *SocketConfig) error {
  4. return nil
  5. }