summaryrefslogtreecommitdiff
path: root/agent
diff options
context:
space:
mode:
authorDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-02 10:30:00 +0000
committerDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-02 10:30:00 +0000
commitc38c83529ac28814a9e02dfbce7c65c0bcb90f39 (patch)
tree87d76cb7193f3d80c048bb148653121f11098798 /agent
parentfe1b6ab2ba01299fc6e78e3c19db9fd74f0e1975 (diff)
downloadlibnice-c38c83529ac28814a9e02dfbce7c65c0bcb90f39.tar.gz
update comments to new ICE draft
darcs-hash:20070202103043-c9803-8f50a79240e602d758bfbdc41a67c7ccf185f4f9.gz
Diffstat (limited to 'agent')
-rw-r--r--agent/agent.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/agent/agent.c b/agent/agent.c
index 20c956b..46e6378 100644
--- a/agent/agent.c
+++ b/agent/agent.c
@@ -16,8 +16,8 @@
/*** component ***/
-/* (ICE12 §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;
-/* ICE12 §6.7 (p24) */
+/* ICE-13 §5.7 (p24) */
enum check_state
{
CHECK_STATE_WAITING,
@@ -126,7 +126,7 @@ enum check_list_state
};
-/* ICE12 §6.7 */
+/* ICE-13 §5.7 */
guint64
candidate_pair_priority (
guint64 offerer_prio,