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
3f13068e
Commit
3f13068e
authored
Feb 12, 2007
by
Dafydd Harries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment out unused code
darcs-hash:20070212155915-c9803-ba64ad5e8abdc3b2cec3713e86ffe5fa4f82d261.gz
parent
bee65cf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
agent/agent.c
agent/agent.c
+2
-0
No files found.
agent/agent.c
View file @
3f13068e
...
...
@@ -131,6 +131,7 @@ enum check_list_state
};
#if 0
/* ICE-13 §5.7 */
guint64
candidate_pair_priority (
...
...
@@ -142,6 +143,7 @@ candidate_pair_priority (
2 * MAX (offerer_prio, answerer_prio) +
(offerer_prio > answerer_prio ? 1 : 0));
}
#endif
/*** 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