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
3607a88f
Commit
3607a88f
authored
Feb 06, 2007
by
Dafydd Harries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve comments
darcs-hash:20070206165839-c9803-47676a871a7cab30f1a465146a2ba1aeb48e374a.gz
parent
313c2cd7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
agent/agent.c
agent/agent.c
+8
-8
No files found.
agent/agent.c
View file @
3607a88f
...
@@ -499,6 +499,9 @@ RESPOND:
...
@@ -499,6 +499,9 @@ RESPOND:
stun_message_free
(
response
);
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
;
NiceRNG
*
rng
;
StunMessage
*
extra
;
StunMessage
*
extra
;
...
@@ -539,6 +542,8 @@ ERROR:
...
@@ -539,6 +542,8 @@ ERROR:
}
}
#endif
#endif
/* XXX: add ERROR-CODE parameter */
{
{
StunMessage
*
response
;
StunMessage
*
response
;
guint
len
;
guint
len
;
...
@@ -553,9 +558,6 @@ ERROR:
...
@@ -553,9 +558,6 @@ ERROR:
stun_message_free
(
response
);
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
/* 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
* validate, then re-examine them when we get new remote candidates -- would
* this fix some timing problems (i.e. TCP being slower than UDP)
* this fix some timing problems (i.e. TCP being slower than UDP)
...
@@ -563,8 +565,6 @@ ERROR:
...
@@ -563,8 +565,6 @@ ERROR:
/* XXX: if the peer is the controlling agent, it may include a USE-CANDIDATE
/* XXX: if the peer is the controlling agent, it may include a USE-CANDIDATE
* attribute in the binding request
* attribute in the binding request
*/
*/
/* XXX: update peer media affinity here?
*/
}
}
...
...
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