From the document, when using net.DailTCP, if laddr == nil, it means we want the kernel to pick an appropriate originating local address. Since the machine could have multiple network interface, I just want to fix the ip address of laddr but left port number selected by kernel randomly. How Can I do that?
func DialTCP(net string, laddr, raddr *TCPAddr) (*TCPConn, error)