feat: Option to send to the last received from address.#305
Merged
bgrozev merged 3 commits intojitsi:masterfrom Nov 25, 2025
Merged
feat: Option to send to the last received from address.#305bgrozev merged 3 commits intojitsi:masterfrom
bgrozev merged 3 commits intojitsi:masterfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #305 +/- ##
============================================
- Coverage 35.86% 35.73% -0.13%
+ Complexity 1123 1119 -4
============================================
Files 166 166
Lines 10958 10988 +30
Branches 1618 1626 +8
============================================
- Hits 3930 3927 -3
- Misses 6494 6525 +31
- Partials 534 536 +2
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
| throws IOException | ||
| { | ||
| CandidatePair pair = getSelectedPair(); | ||
| CandidatePair pair = findPair(lastReceivedFrom); |
Member
There was a problem hiding this comment.
The naming of this code is confusing in the case when send-to-last-received-from-address isn't set.
JonathanLennox
approved these changes
Nov 25, 2025
bgrozev
added a commit
to jitsi/jitsi-videobridge
that referenced
this pull request
Nov 25, 2025
* Update github action versions (jitsi/ice4j#301) * Update publishing to Maven central. (jitsi/ice4j#303) * log: Move verbose logs from INFO to DEBUG. (jitsi/ice4j#300) * fix: Fail connectivity checks for non-keep-alive pairs (jitsi/ice4j#304) * feat: Option to send to the last received from address. (jitsi/ice4j#305)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.