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
eee6c8ae
Commit
eee6c8ae
authored
Feb 02, 2012
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some debug message
parent
46cc3dd9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
agent/conncheck.c
agent/conncheck.c
+9
-3
No files found.
agent/conncheck.c
View file @
eee6c8ae
...
@@ -943,6 +943,7 @@ static void priv_preprocess_conn_check_pending_data (NiceAgent *agent, Stream *s
...
@@ -943,6 +943,7 @@ static void priv_preprocess_conn_check_pending_data (NiceAgent *agent, Stream *s
void
conn_check_remote_candidates_set
(
NiceAgent
*
agent
)
void
conn_check_remote_candidates_set
(
NiceAgent
*
agent
)
{
{
GSList
*
i
,
*
j
,
*
k
,
*
l
,
*
m
,
*
n
;
GSList
*
i
,
*
j
,
*
k
,
*
l
,
*
m
,
*
n
;
for
(
i
=
agent
->
streams
;
i
;
i
=
i
->
next
)
{
for
(
i
=
agent
->
streams
;
i
;
i
=
i
->
next
)
{
Stream
*
stream
=
i
->
data
;
Stream
*
stream
=
i
->
data
;
for
(
j
=
stream
->
conncheck_list
;
j
;
j
=
j
->
next
)
{
for
(
j
=
stream
->
conncheck_list
;
j
;
j
=
j
->
next
)
{
...
@@ -1020,7 +1021,11 @@ void conn_check_remote_candidates_set(NiceAgent *agent)
...
@@ -1020,7 +1021,11 @@ void conn_check_remote_candidates_set(NiceAgent *agent)
nice_debug
(
"Agent %p : Username check failed. pending check has "
nice_debug
(
"Agent %p : Username check failed. pending check has "
"to wait to be processed"
,
agent
);
"to wait to be processed"
,
agent
);
}
else
{
}
else
{
NiceCandidate
*
candidate
=
NiceCandidate
*
candidate
;
nice_debug
(
"Agent %p : Discovered peer reflexive from early i-check"
,
agent
);
candidate
=
discovery_learn_remote_peer_reflexive_candidate
(
agent
,
discovery_learn_remote_peer_reflexive_candidate
(
agent
,
stream
,
stream
,
component
,
component
,
...
@@ -1681,7 +1686,8 @@ static guint priv_prune_pending_checks (Stream *stream, guint component_id)
...
@@ -1681,7 +1686,8 @@ static guint priv_prune_pending_checks (Stream *stream, guint component_id)
guint64
highest_nominated_priority
=
0
;
guint64
highest_nominated_priority
=
0
;
guint
in_progress
=
0
;
guint
in_progress
=
0
;
nice_debug
(
"Finding highest priority for component %d"
,
component_id
);
nice_debug
(
"Agent XXX: Finding highest priority for component %d"
,
component_id
);
for
(
i
=
stream
->
conncheck_list
;
i
;
i
=
i
->
next
)
{
for
(
i
=
stream
->
conncheck_list
;
i
;
i
=
i
->
next
)
{
CandidateCheckPair
*
p
=
i
->
data
;
CandidateCheckPair
*
p
=
i
->
data
;
...
...
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