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
92b17624
Commit
92b17624
authored
Oct 30, 2008
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename NICE_RELAY_TYPE_* into NICE_RELAY_TYPE_TURN_*
parent
277f6198
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
agent/agent.c
agent/agent.c
+1
-1
agent/candidate.h
agent/candidate.h
+3
-3
No files found.
agent/agent.c
View file @
92b17624
...
@@ -714,7 +714,7 @@ priv_add_new_candidate_discovery_turn (NiceAgent *agent,
...
@@ -714,7 +714,7 @@ priv_add_new_candidate_discovery_turn (NiceAgent *agent,
if
(
modified_list
)
{
if
(
modified_list
)
{
cdisco
->
type
=
NICE_CANDIDATE_TYPE_RELAYED
;
cdisco
->
type
=
NICE_CANDIDATE_TYPE_RELAYED
;
if
(
turn
->
type
==
NICE_RELAY_TYPE_UDP
)
{
if
(
turn
->
type
==
NICE_RELAY_TYPE_
TURN_
UDP
)
{
cdisco
->
nicesock
=
host_candidate
->
sockptr
;
cdisco
->
nicesock
=
host_candidate
->
sockptr
;
}
else
{
}
else
{
Component
*
component
=
stream_find_component_by_id
(
stream
,
Component
*
component
=
stream_find_component_by_id
(
stream
,
...
...
agent/candidate.h
View file @
92b17624
...
@@ -65,9 +65,9 @@ typedef enum
...
@@ -65,9 +65,9 @@ typedef enum
}
NiceCandidateTransport
;
}
NiceCandidateTransport
;
typedef
enum
{
typedef
enum
{
NICE_RELAY_TYPE_UDP
,
NICE_RELAY_TYPE_
TURN_
UDP
,
NICE_RELAY_TYPE_TCP
,
NICE_RELAY_TYPE_T
URN_T
CP
,
NICE_RELAY_TYPE_TLS
NICE_RELAY_TYPE_T
URN_T
LS
}
NiceRelayType
;
}
NiceRelayType
;
...
...
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