summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2009-06-11 14:07:54 -0400
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2009-06-11 14:07:54 -0400
commit9497d78fb13d1d2648dea0211b06c8fd79435e03 (patch)
tree1eda7b0cfcc6a9e9796967c488bd08337e11295d /TODO
parentfa38c1ad3533b3e6f1096bdf7e833ba2e9160531 (diff)
Add support for droping packets when using TCP and the bandwidth is too slow for the data output. The queue now has a limit of 20 packets and the tcp-turn now has to call send in a single shot to avoid dropping parts of the packet (dropping the length but send the data, or dropping only the padding at the end, etc..)
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index c3c30ed..eaab911 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,6 @@ check for the cookie and act accordingly for incoming messages.
channel bind have a 10 minutes expiration :@
nice_socket_recv returns -1 means we must close the nice_socket and stop all connchecks/candidates and reelect if was eleected...
Add HTTP Digest support
-tcp turn must drop packets if the queue fills too fast
make sure the timers don't race condition with frees, and have some kind of refcounting (like in turn send requests) for timers
Add support for TURN-13