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
95de1465
Commit
95de1465
authored
Feb 23, 2020
by
Fabrice Bellet
Committed by
Olivier Crête
May 04, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conncheck: more debug
parent
e1fb2f0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
agent/conncheck.c
agent/conncheck.c
+7
-0
No files found.
agent/conncheck.c
View file @
95de1465
...
...
@@ -2044,6 +2044,9 @@ conn_check_remote_candidates_set(NiceAgent *agent, NiceStream *stream,
IncomingCheck
*
icheck
=
i
->
data
;
GList
*
i_next
=
i
->
next
;
nice_debug
(
"Agent %p : replaying icheck=%p (sock=%p)"
,
agent
,
icheck
,
icheck
->
local_socket
);
/* sect 7.2.1.3., "Learning Peer Reflexive Candidates", has to
* be handled separately */
for
(
j
=
component
->
local_candidates
;
j
;
j
=
j
->
next
)
{
...
...
@@ -3162,6 +3165,9 @@ static gboolean priv_schedule_triggered_check (NiceAgent *agent, NiceStream *str
g_assert
(
remote_cand
!=
NULL
);
nice_debug
(
"Agent %p : scheduling triggered check with socket=%p "
"and remote cand=%p."
,
agent
,
local_socket
,
remote_cand
);
for
(
i
=
stream
->
conncheck_list
;
i
;
i
=
i
->
next
)
{
p
=
i
->
data
;
if
(
p
->
component_id
==
component
->
id
&&
...
...
@@ -4824,6 +4830,7 @@ gboolean conn_check_handle_inbound_stun (NiceAgent *agent, NiceStream *stream,
/* step: send a reply immediately but postpone other processing */
priv_store_pending_check
(
agent
,
component
,
from
,
nicesock
,
username
,
username_len
,
priority
,
use_candidate
);
priv_print_conn_check_lists
(
agent
,
G_STRFUNC
,
", icheck stored"
);
}
}
else
{
nice_debug
(
"Agent %p : Invalid STUN packet, ignoring... %s"
,
...
...
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