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
d4c7f32c
Commit
d4c7f32c
authored
Sep 16, 2008
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
If we want to nominate a new triggered check, then we must create it before we nominate it
parent
7bde27bf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
agent/conncheck.c
agent/conncheck.c
+3
-3
No files found.
agent/conncheck.c
View file @
d4c7f32c
...
@@ -1372,11 +1372,11 @@ static void priv_reply_to_conn_check (NiceAgent *agent, Stream *stream, Componen
...
@@ -1372,11 +1372,11 @@ static void priv_reply_to_conn_check (NiceAgent *agent, Stream *stream, Componen
nice_udp_socket_send
(
udp_socket
,
toaddr
,
rbuf_len
,
(
const
gchar
*
)
rbuf
);
nice_udp_socket_send
(
udp_socket
,
toaddr
,
rbuf_len
,
(
const
gchar
*
)
rbuf
);
if
(
rcand
)
{
if
(
rcand
)
{
if
(
use_candidate
)
priv_mark_pair_nominated
(
agent
,
stream
,
component
,
rcand
);
/* note: upon succesful check, make the reserve check immediately */
/* note: upon succesful check, make the reserve check immediately */
priv_schedule_triggered_check
(
agent
,
stream
,
component
,
udp_socket
,
rcand
,
use_candidate
);
priv_schedule_triggered_check
(
agent
,
stream
,
component
,
udp_socket
,
rcand
,
use_candidate
);
if
(
use_candidate
)
priv_mark_pair_nominated
(
agent
,
stream
,
component
,
rcand
);
}
}
}
}
...
...
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