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
c38c8352
Commit
c38c8352
authored
Feb 02, 2007
by
Dafydd Harries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update comments to new ICE draft
darcs-hash:20070202103043-c9803-8f50a79240e602d758bfbdc41a67c7ccf185f4f9.gz
parent
fe1b6ab2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
agent/agent.c
agent/agent.c
+4
-4
No files found.
agent/agent.c
View file @
c38c8352
...
...
@@ -16,8 +16,8 @@
/*** component ***/
/* (ICE
12 §5.1) For RTP-based media streams, the RTP itself has a component ID
* of 1, and RTCP a component ID of 2. If an agent is using RTCP it MUST
/* (ICE
-13 §4.1.1) For RTP-based media streams, the RTP itself has a component
*
ID
of 1, and RTCP a component ID of 2. If an agent is using RTCP it MUST
* obtain a candidate for it. If an agent is using both RTP and RTCP, it
* would end up with 2*K host candidates if an agent has K interfaces.
*/
...
...
@@ -106,7 +106,7 @@ struct _CandidatePair
typedef
enum
check_state
CheckState
;
/* ICE
12 §6
.7 (p24) */
/* ICE
-13 §5
.7 (p24) */
enum
check_state
{
CHECK_STATE_WAITING
,
...
...
@@ -126,7 +126,7 @@ enum check_list_state
};
/* ICE
12 §6
.7 */
/* ICE
-13 §5
.7 */
guint64
candidate_pair_priority
(
guint64
offerer_prio
,
...
...
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