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
dbaad91e
Commit
dbaad91e
authored
Nov 12, 2008
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do not do turn in test-fullmode for the delayed SDP answer
parent
542aa8de
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
agent/test-fullmode.c
agent/test-fullmode.c
+3
-10
No files found.
agent/test-fullmode.c
View file @
dbaad91e
...
...
@@ -483,17 +483,10 @@ static int run_full_test_delayed_answer (NiceAgent *lagent, NiceAgent *ragent, N
rs_id
=
nice_agent_add_stream
(
ragent
,
2
);
g_assert
(
ls_id
>
0
);
g_assert
(
rs_id
>
0
);
#if USE_TURN
nice_agent_set_relay_info
(
lagent
,
ls_id
,
1
,
TURN_IP
,
TURN_PORT
,
TURN_USER
,
TURN_PASS
,
TURN_TYPE
);
nice_agent_set_relay_info
(
lagent
,
ls_id
,
2
,
TURN_IP
,
TURN_PORT
,
TURN_USER
,
TURN_PASS
,
TURN_TYPE
);
nice_agent_set_relay_info
(
ragent
,
rs_id
,
1
,
TURN_IP
,
TURN_PORT
,
TURN_USER
,
TURN_PASS
,
TURN_TYPE
);
nice_agent_set_relay_info
(
ragent
,
rs_id
,
2
,
TURN_IP
,
TURN_PORT
,
TURN_USER
,
TURN_PASS
,
TURN_TYPE
);
#endif
/* We don't try this with TURN because as long as both agents don't
have the remote candidates, they won't be able to create the
permission on the TURN server, so the connchecks will never go through */
nice_agent_gather_candidates
(
lagent
,
ls_id
);
nice_agent_gather_candidates
(
ragent
,
rs_id
);
...
...
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