github.com/laof/lite-speed-test@v0.0.0-20230930011949-1f39b7037845/transport/dialer/sockopt_other.go (about)

     1  // +build !linux
     2  
     3  package dialer
     4  
     5  func setReusePort(fd uintptr) error {
     6  	return nil
     7  }