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
7b2f4e64
Commit
7b2f4e64
authored
Oct 16, 2008
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do not send bandwidth or lifetime during the turn allocate
parent
f0363a78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
agent/discovery.c
agent/discovery.c
+2
-2
No files found.
agent/discovery.c
View file @
7b2f4e64
...
@@ -91,7 +91,7 @@ priv_agent_to_udp_turn_compatibility (NiceAgent *agent) {
...
@@ -91,7 +91,7 @@ priv_agent_to_udp_turn_compatibility (NiceAgent *agent) {
}
}
/**
/**
* Frees the CandidateDiscovery structure pointed to
* Frees the CandidateDiscovery structure pointed to
* by 'user data'. Compatible with g_slist_foreach().
* by 'user data'. Compatible with g_slist_foreach().
*/
*/
void
discovery_free_item
(
gpointer
data
,
gpointer
user_data
)
void
discovery_free_item
(
gpointer
data
,
gpointer
user_data
)
...
@@ -733,7 +733,7 @@ static gboolean priv_discovery_tick_unlocked (gpointer pointer)
...
@@ -733,7 +733,7 @@ static gboolean priv_discovery_tick_unlocked (gpointer pointer)
&
cand
->
stun_message
,
cand
->
stun_buffer
,
sizeof
(
cand
->
stun_buffer
),
&
cand
->
stun_message
,
cand
->
stun_buffer
,
sizeof
(
cand
->
stun_buffer
),
cand
->
stun_resp_msg
.
buffer
==
NULL
?
NULL
:
&
cand
->
stun_resp_msg
,
cand
->
stun_resp_msg
.
buffer
==
NULL
?
NULL
:
&
cand
->
stun_resp_msg
,
STUN_USAGE_TURN_REQUEST_PORT_NORMAL
,
STUN_USAGE_TURN_REQUEST_PORT_NORMAL
,
0
,
0
,
-
1
,
-
1
,
username
,
username_len
,
username
,
username_len
,
password
,
password_len
,
password
,
password_len
,
priv_agent_to_turn_compatibility
(
agent
));
priv_agent_to_turn_compatibility
(
agent
));
...
...
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