Skip to content

fix: use the correct external address when NAT port-mapping#987

Merged
Stebalien merged 1 commit intomasterfrom
fix/use-correct-ext-addr
Aug 3, 2020
Merged

fix: use the correct external address when NAT port-mapping#987
Stebalien merged 1 commit intomasterfrom
fix/use-correct-ext-addr

Conversation

@Stebalien
Copy link
Member

Previously, we'd construct addresses like /ip4/.../udp/... instead of /ip4/.../udp/.../quic because we'd use mapped addr (ip + transport + port) instead of the full external address (ip + transport + port + other transports...).

Previously, we'd construct addresses like `/ip4/.../udp/...` instead of
`/ip4/.../udp/.../quic` because we'd use mapped addr (ip + transport + port)
instead of the full external address (ip + transport + port + other
transports...).
@Stebalien Stebalien merged commit fa07fcf into master Aug 3, 2020
@Stebalien Stebalien deleted the fix/use-correct-ext-addr branch August 3, 2020 17:51
@aschmahmann aschmahmann mentioned this pull request Sep 22, 2020
72 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants