summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-05-16 23:10:07 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-05-17 00:26:14 -0400
commit70d161fa0ed00feae42c4605e964b5a352f4a8d6 (patch)
tree2caa2b308ef94ec3069957047245ba8e0869ce4c /TODO
parentf5a1496c97775b3a891a5cb54064ca087589b9eb (diff)
downloadlibnice-70d161fa0ed00feae42c4605e964b5a352f4a8d6.tar.gz
TODO: Update to match current state
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/TODO b/TODO
index b9c31a6..ca9cac4 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,13 @@
- High priority:
Refactor/cleanup conncheck.c and discovery.c
-Finish GIO support for reliable transport
+Add a nice_agent_create_source()
Implement SIP-style forking
-Implement ICE-TCP (http://tools.ietf.org/html/draft-ietf-mmusic-ice-tcp-15) both for packetized content and streams
nice_socket_recv returns -1 means we must close the nice_socket and stop all connchecks/candidates and reelect if was eleected...
+Bytestream mode (non packetized) for standard ICE-TCP
+Standard (RFC 6062) TURN-TCP
+Server reflexive candidates for ICE-TCP (aka STUN TCP)
+Clear unused local sockets (freeing file descriptions in the process) on READY
+TCP simultaneous-open (S-O)
- Low priority:
Add HTTP Digest support