summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.org7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO.org b/TODO.org
index 0d8c2c7a..24eb6c6c 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,11 +1,4 @@
1* TODO Rename Ext,Extension -> Cap 1* TODO Rename Ext,Extension -> Cap
2* TODO Use System.IO instead of Network.recv/send
3 The functions in System.IO use GHC/base's built in support for epoll/kqueue
4 and the like which makes them a whole lot more efficient for file descriptor
5 I/O. Network.recv/send on the other hand just use a plain FFI call to
6 recvmsg/sendmsg which will block the whole OS thread.
7
8** TODO Compare performance of the two
9* TODO Proper handling of transaction ids in UDP tracker 2* TODO Proper handling of transaction ids in UDP tracker
10 3
11Just like the krpc package does. 4Just like the krpc package does.