go-libp2p/p2p/net/reuseport
Steven Allen bbd28365c5
fix: don't prefer local ports from other addresses when dialing (#1673)
* fix: don't prefer local ports from other addresses when dialing

This address may already be in-use (on that other address) somewhere
else.

Thanks to @schomatis for figuring this out.

fixes #1611

* chore: document reuseport dialer logic
2022-08-19 00:33:22 -07:00
..
dial.go fix: don't prefer local ports from other addresses when dialing (#1673) 2022-08-19 00:33:22 -07:00
dialer.go fix: don't prefer local ports from other addresses when dialing (#1673) 2022-08-19 00:33:22 -07:00
listen.go rename the reuseport package to reuseport 2022-05-20 10:57:37 +02:00
reuseport.go rename the reuseport package to reuseport 2022-05-20 10:57:37 +02:00
reuseport_plan9.go rename the reuseport package to reuseport 2022-05-20 10:57:37 +02:00
reuseport_posix.go sync: update CI config files (#1678) 2022-08-17 01:05:51 -07:00
reuseport_test.go sync: update CI config files (#1678) 2022-08-17 01:05:51 -07:00
transport.go fix: don't prefer local ports from other addresses when dialing (#1673) 2022-08-19 00:33:22 -07:00
transport_test.go fix: don't prefer local ports from other addresses when dialing (#1673) 2022-08-19 00:33:22 -07:00