Commit c38c8352 authored by Dafydd Harries's avatar Dafydd Harries

update comments to new ICE draft

darcs-hash:20070202103043-c9803-8f50a79240e602d758bfbdc41a67c7ccf185f4f9.gz
parent fe1b6ab2
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
/*** component ***/ /*** component ***/
/* (ICE12 §5.1) For RTP-based media streams, the RTP itself has a component ID /* (ICE-13 §4.1.1) For RTP-based media streams, the RTP itself has a component
* of 1, and RTCP a component ID of 2. If an agent is using RTCP it MUST * 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 * 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. * would end up with 2*K host candidates if an agent has K interfaces.
*/ */
...@@ -106,7 +106,7 @@ struct _CandidatePair ...@@ -106,7 +106,7 @@ struct _CandidatePair
typedef enum check_state CheckState; typedef enum check_state CheckState;
/* ICE12 §6.7 (p24) */ /* ICE-13 §5.7 (p24) */
enum check_state enum check_state
{ {
CHECK_STATE_WAITING, CHECK_STATE_WAITING,
...@@ -126,7 +126,7 @@ enum check_list_state ...@@ -126,7 +126,7 @@ enum check_list_state
}; };
/* ICE12 §6.7 */ /* ICE-13 §5.7 */
guint64 guint64
candidate_pair_priority ( candidate_pair_priority (
guint64 offerer_prio, guint64 offerer_prio,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment