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)