type Config struct {
Target net.IP// Target IP address. Port uint32// Target port. SrcPort uint32// Source port to use. If 0, Iface *net.Interface// Interface to use. If left nil, the select one automatically. Timeout time.Duration//// contains filtered or unexported fields
}