Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MulticastSource (0.24 sec)

  1. src/vendor/golang.org/x/net/nettest/nettest.go

    		return "", err
    	}
    	path := f.Name()
    	f.Close()
    	os.Remove(path)
    	return path, nil
    }
    
    // MulticastSource returns a unicast IP address on ifi when ifi is an
    // IP multicast-capable network interface.
    //
    // The provided network must be "ip", "ip4" or "ip6".
    func MulticastSource(network string, ifi *net.Interface) (net.IP, error) {
    	switch network {
    	case "ip", "ip4", "ip6":
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top