Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
aadbbbd2
Commit
aadbbbd2
authored
Apr 03, 2012
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reinitiate a FAILED conncheck pair on a triggered check
parent
4cedf2b2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
agent/conncheck.c
agent/conncheck.c
+11
-4
No files found.
agent/conncheck.c
View file @
aadbbbd2
...
...
@@ -1792,6 +1792,13 @@ static gboolean priv_schedule_triggered_check (NiceAgent *agent, Stream *stream,
agent
->
compatibility
==
NICE_COMPATIBILITY_OC2007R2
)
&&
agent
->
controlling_mode
)
priv_conn_check_initiate
(
agent
,
p
);
}
else
if
(
p
->
state
==
NICE_CHECK_FAILED
)
{
/* 7.2.1.4 Triggered Checks
* If the state of the pair is Failed, it is changed to Waiting
and the agent MUST create a new connectivity check for that
pair (representing a new STUN Binding request transaction), by
enqueueing the pair in the triggered check queue. */
priv_conn_check_initiate
(
agent
,
p
);
}
/* note: the spec says the we SHOULD retransmit in-progress
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment