From 9b137ba3b5931a26f242770315da51cc4ff4a0d3 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 5 Oct 2014 19:34:00 +0000 Subject: [PATCH] regenerate html --- docs/todo.html | 597 ++++++++++++++++++++++++------------------------- 1 file changed, 293 insertions(+), 304 deletions(-) diff --git a/docs/todo.html b/docs/todo.html index f1e530a15..f572dd196 100644 --- a/docs/todo.html +++ b/docs/todo.html @@ -21,64 +21,12 @@

libtorrent todo-list

-4 urgent +2 urgent 18 important -22 relevant +23 relevant 9 feasible 133 notes -
relevance 4../src/peer_connection.cpp:4841use a deadline_timer for timeouts. Don't rely on second_tick()! Hook this up to connect timeout as well
relevance 4../src/session_impl.cpp:482in order to support SSL over uTP, the utp_socket manager either needs to be able to receive packets on multiple ports, or we need to peek into the first few bytes the payload stream of a socket to determine whether or not it's an SSL connection. (The former is simpler but won't do as well with NATs)