RSDK-10407: Only send raw IP addresses for ICE host candidates. #423
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rather than having clients generate an mdns mapping.
I think this a good change (remove non-default behaviors for things we can't justify) in general. I believe* this will also solve the user problem, but I expect that will need more field testing. Which I think will be easier with an official release.
This patch certainly fixed the symptom where before we'd have multiple candidate pair options:
where each of those hosts (from the client perspective) were actually:
But from the "server" perspective, it would get:
Which would be fine if it resolved that to:
But in reality, it's only getting one IP from the mdns resolution and (in the bad case) can be trying:
where the 169 address is (in the bad case) unreachable from the 192 interface.