summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/PeerWire/Selection.hs
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-05-05 04:50:50 +0400
committerSam T <pxqr.sta@gmail.com>2013-05-05 04:50:50 +0400
commitf4122eec550671a646310106224ee6523ea8e369 (patch)
tree50d27be299adaf3f267c927b9f0737f26e4a34bc /src/Network/BitTorrent/PeerWire/Selection.hs
parent950d728dc12302858f0c20d9890dc97975f4e9a9 (diff)
+ Add bitfield completeness function.
Diffstat (limited to 'src/Network/BitTorrent/PeerWire/Selection.hs')
-rw-r--r--src/Network/BitTorrent/PeerWire/Selection.hs4
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 @@
24module Network.BitTorrent.PeerWire.Selection 24module 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
30import Network.BitTorrent.PeerWire.Block 32import Network.BitTorrent.PeerWire.Block