### 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
## 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.