K 10 svn:author V 6 karels K 8 svn:date V 27 2020-06-20T20:10:42.671114Z K 7 svn:log V 555 Allow TCP to reuse local port with different destinations MFC r361228, r361231: Previously, tcp_connect() would bind a local port before connecting, forcing the local port to be unique across all outgoing TCP connections for the address family. Instead, choose a local port after selecting the destination and the local address, requiring only that the tuple is unique and does not match a wildcard binding. Note that in_pcb_lport and in_pcb_lport_dest can be called with a NULL local address for IPv6 sockets; handle it. Sponsored by: Forcepoint LLC END