Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues when using ICE Trickle #4

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

jcague
Copy link

@jcague jcague commented Oct 5, 2020

ICE Trickle is not fully supported by nICEr in its current state. More specifically, I've been having issues because RFC
draft-ietf-ice-trickle Section 11.4
was not implemented in the library.

I've also fixed a function to dump the state and I refactored a little bit the logs to show more data and simplify ICE investigations that debug sessions.

Copy link

@lodoyun lodoyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me 👍

@@ -621,6 +621,26 @@ int nr_ice_candidate_pair_insert(nr_ice_cand_pair_head *head,nr_ice_cand_pair *p
return(0);
}

void nr_ice_candidate_pair_check_reduncancy(nr_ice_cand_pair_head *head,nr_ice_cand_pair *pair)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider nr_ice_candidate_pair_check_redundancy

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