]> git.rkrishnan.org Git - functorrent.git/commitdiff
README: update the status, add some notes
authorRamakrishnan Muthukrishnan <ram@acano.com>
Thu, 21 Apr 2016 12:22:54 +0000 (17:52 +0530)
committerRamakrishnan Muthukrishnan <ram@acano.com>
Thu, 21 Apr 2016 12:22:54 +0000 (17:52 +0530)
README.md

index eb8f4318b4a62fcc33d46bcfe5e518861f4341d5..869cd3c7849f5f17a54e6676322847ba17bf2730 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Or one can explicitly specify the torrent file as input.
 ### Current Status
 
 - most of the peer wire protocol works.
-- talks only to one peer at the moment. Single threaded.
+- talks only to one peer at the moment.
 - can download files. But needs every piece to be served by the peer it connected to.
 
 ### WARNING
@@ -49,8 +49,11 @@ This client is not usable as your daily BitTorrent client yet. You may get corru
 ## TODO
 
 *    Test suite.
-*    Talk to multiple peers.
+*    Talk to multiple peers concurrently.
 *    Piece download algorithms.
-*    Concurrency (threads per peer)
 *    Multifile torrent support.
 *    other advanced features of BitTorrent (like DHT).
+
+### Misc
+
+The Bangalore Haskell group forked an early version of this code and started to develop it as a group. My code has diverged a lot from it. Both are calling it functorrent. Perhaps that needs to be fixed.