type Controls … func (ctls Controls) Control(network, addr string, conn syscall.RawConn) error { … } type SocketOpts … func getControls(sopts *SocketOpts) Controls { … } func (sopts *SocketOpts) Empty() bool { … }
type Controls … func (ctls Controls) Control(network, addr string, conn syscall.RawConn) error { … } type SocketOpts … func getControls(sopts *SocketOpts) Controls { … } func (sopts *SocketOpts) Empty() bool { … }