Use localPort
option during TCP connect
#2620
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
localPort
option during TCP connect
#2620
For autoNAT to work correctly, we should use the
localPort
option in socket.connect to ensure we use a predictable port. Otherwise we end up using ephemeral ports and each autoNAT interaction tries to confirm a different port number.The text was updated successfully, but these errors were encountered: