X-Git-Url: https://git.rkrishnan.org/?p=functorrent.git;a=blobdiff_plain;f=README.md;h=869cd3c7849f5f17a54e6676322847ba17bf2730;hp=eb8f4318b4a62fcc33d46bcfe5e518861f4341d5;hb=aa5477676dd98fb07a2afa118c29f98a4885fdc9;hpb=f46f0151ebac1cd0a521c1dc6ba5e0ec0beec9f6 diff --git a/README.md b/README.md index eb8f431..869cd3c 100644 --- 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.