Mike Karels 2510235150 Allow TCP to reuse local port with different destinations
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.

Reviewed by:	tuexen (rscheff, rrs previous version)
MFC after:	1 month
Sponsored by:	Forcepoint LLC
Differential Revision:	https://reviews.freebsd.org/D24781
2020-05-18 22:53:12 +00:00
..
2020-05-16 02:29:10 +00:00
2020-04-12 16:09:21 +00:00
2019-12-06 16:35:48 +00:00
2019-10-07 22:40:05 +00:00
2020-05-18 18:32:58 +00:00
2020-05-18 19:48:38 +00:00
2018-09-18 10:53:07 +00:00
2020-02-18 19:41:55 +00:00
2020-05-18 10:07:01 +00:00
2020-05-18 10:07:01 +00:00
2020-05-18 10:07:01 +00:00
2020-02-15 01:29:40 +00:00
2020-05-18 19:23:01 +00:00