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
cabac3f0
Commit
cabac3f0
authored
Jun 20, 2008
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't forget to set the remote credentials on both agents in test-fullmode
parent
38463a38
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
agent/test-fullmode.c
agent/test-fullmode.c
+6
-0
No files found.
agent/test-fullmode.c
View file @
cabac3f0
...
@@ -420,6 +420,9 @@ static int run_full_test_delayed_answer (NiceAgent *lagent, NiceAgent *ragent, N
...
@@ -420,6 +420,9 @@ static int run_full_test_delayed_answer (NiceAgent *lagent, NiceAgent *ragent, N
nice_agent_get_local_credentials
(
lagent
,
ls_id
,
&
ufrag
,
&
password
);
nice_agent_get_local_credentials
(
lagent
,
ls_id
,
&
ufrag
,
&
password
);
nice_agent_set_remote_credentials
(
ragent
,
nice_agent_set_remote_credentials
(
ragent
,
rs_id
,
ufrag
,
password
);
rs_id
,
ufrag
,
password
);
nice_agent_get_local_credentials
(
ragent
,
rs_id
,
&
ufrag
,
&
password
);
nice_agent_set_remote_credentials
(
lagent
,
ls_id
,
ufrag
,
password
);
}
}
/* step: set remote candidates for agent R (answering party) */
/* step: set remote candidates for agent R (answering party) */
cands
=
g_slist_append
(
NULL
,
&
cdes
);
cands
=
g_slist_append
(
NULL
,
&
cdes
);
...
@@ -447,6 +450,9 @@ static int run_full_test_delayed_answer (NiceAgent *lagent, NiceAgent *ragent, N
...
@@ -447,6 +450,9 @@ static int run_full_test_delayed_answer (NiceAgent *lagent, NiceAgent *ragent, N
nice_agent_get_local_credentials
(
ragent
,
rs_id
,
&
ufrag
,
&
password
);
nice_agent_get_local_credentials
(
ragent
,
rs_id
,
&
ufrag
,
&
password
);
nice_agent_set_remote_credentials
(
lagent
,
nice_agent_set_remote_credentials
(
lagent
,
ls_id
,
ufrag
,
password
);
ls_id
,
ufrag
,
password
);
nice_agent_get_local_credentials
(
ragent
,
rs_id
,
&
ufrag
,
&
password
);
nice_agent_set_remote_credentials
(
lagent
,
ls_id
,
ufrag
,
password
);
}
}
/* step: pass remove candidates to agent L (offering party) */
/* step: pass remove candidates to agent L (offering party) */
...
...
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