Skip to content

FilWisher/bittorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bittorrent

A bittorrent client written in Haskell. It doesn't actually work yet but (I think) it's close. It is in need of some love.

What needs fixing:

  • Unnecessarily single threaded: progress gets blocked waiting to e.g. connect to clients.
  • Requests for pieces aren't tracked. That means once we have n open requests for pieces that aren't fulfilled, we stop making progress. These requests need to be timed out.

About

A bittorrent client written in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published