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
44c09e9d
Commit
44c09e9d
authored
Aug 23, 2010
by
Marcus Lundblad
Committed by
Youness Alaoui
Dec 14, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert changes to fullmode test
parent
bbd1d93e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
tests/test-fullmode.c
tests/test-fullmode.c
+5
-7
No files found.
tests/test-fullmode.c
View file @
44c09e9d
...
...
@@ -44,10 +44,9 @@
#include <string.h>
#define USE_TURN
1
#define USE_TURN
0
#define USE_LOOPBACK 1
#define TEST_GOOGLE 0
#define USE_TURN_SERVER_ORG 1
#define PROXY_IP "127.0.0.1"
#define PROXY_PORT 1080
...
...
@@ -86,10 +85,10 @@
#define NUMB_USER "youness.alaoui@collabora.co.uk"
#define NUMB_PASS "badger"
#define TSORG_IP "
91.121.109.155
"
#define TSORG_PORT 34
80
#define TSORG_USER "
anonymous
"
#define TSORG_PASS "
anonymous
"
#define TSORG_IP "
127.0.0.1
"
#define TSORG_PORT 34
78
#define TSORG_USER "
toto
"
#define TSORG_PASS "
password
"
#if USE_TURN_SERVER_ORG
...
...
@@ -349,7 +348,6 @@ static int run_full_test (NiceAgent *lagent, NiceAgent *ragent, NiceAddress *bas
g_assert
(
ls_id
>
0
);
g_assert
(
rs_id
>
0
);
#if USE_TURN
nice_debug
(
"TURN_IP: %s
\n
"
,
TURN_IP
);
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
,
...
...
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