diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-05-05 04:50:50 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-05-05 04:50:50 +0400 |
commit | f4122eec550671a646310106224ee6523ea8e369 (patch) | |
tree | 50d27be299adaf3f267c927b9f0737f26e4a34bc /src/Network/BitTorrent/PeerWire/Selection.hs | |
parent | 950d728dc12302858f0c20d9890dc97975f4e9a9 (diff) |
+ Add bitfield completeness function.
Diffstat (limited to 'src/Network/BitTorrent/PeerWire/Selection.hs')
-rw-r--r-- | src/Network/BitTorrent/PeerWire/Selection.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/PeerWire/Selection.hs b/src/Network/BitTorrent/PeerWire/Selection.hs index 92285501..2e17317e 100644 --- a/src/Network/BitTorrent/PeerWire/Selection.hs +++ b/src/Network/BitTorrent/PeerWire/Selection.hs | |||
@@ -24,7 +24,9 @@ | |||
24 | module Network.BitTorrent.PeerWire.Selection | 24 | module Network.BitTorrent.PeerWire.Selection |
25 | ( Selector | 25 | ( Selector |
26 | , strictFirst, strictLast | 26 | , strictFirst, strictLast |
27 | , rarestFirst, randomFirst, endGame, autoSelector | 27 | , rarestFirst, randomFirst, endGame |
28 | |||
29 | , autoSelector | ||
28 | ) where | 30 | ) where |
29 | 31 | ||
30 | import Network.BitTorrent.PeerWire.Block | 32 | import Network.BitTorrent.PeerWire.Block |