All Downloads are FREE. Search and download functionalities are using the official Maven repository.

server.dial.go Maven / Gradle / Ivy

The newest version!
//go:build !linux
// +build !linux

package main

import "syscall"

// dialerControl does nothing.
//
// On Linux, this function would set the IP_BIND_ADDRESS_NO_PORT socket option
// in preparation for a future bind-before-connect.
func dialerControl(network, address string, c syscall.RawConn) error {
	return nil
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy