github.com/cristalhq/netx@v0.0.0-20221116164110-442313ef3309/listener_openbsd.go (about)

     1  package netx
     2  
     3  func setKeepAlive(fd, secs int) error {
     4  	// OpenBSD has no user-settable per-socket TCP keepalive options.
     5  	return nil
     6  }