Commit 3607a88f authored by Dafydd Harries's avatar Dafydd Harries

improve comments

darcs-hash:20070206165839-c9803-47676a871a7cab30f1a465146a2ba1aeb48e374a.gz
parent 313c2cd7
......@@ -499,6 +499,9 @@ RESPOND:
stun_message_free (response);
}
/* send reciprocal ("triggered") connectivity check */
/* XXX: possibly we shouldn't do this if we're being an ICE Lite agent */
{
NiceRNG *rng;
StunMessage *extra;
......@@ -539,6 +542,8 @@ ERROR:
}
#endif
/* XXX: add ERROR-CODE parameter */
{
StunMessage *response;
guint len;
......@@ -553,9 +558,6 @@ ERROR:
stun_message_free (response);
}
/* XXX: perform a triggered connectivity check here -- or is that only for
* full implementations?
*/
/* XXX: we could be clever and keep around STUN packets that we couldn't
* validate, then re-examine them when we get new remote candidates -- would
* this fix some timing problems (i.e. TCP being slower than UDP)
......@@ -563,8 +565,6 @@ ERROR:
/* XXX: if the peer is the controlling agent, it may include a USE-CANDIDATE
* attribute in the binding request
*/
/* XXX: update peer media affinity here?
*/
}
......
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