summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Discovery.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-10-14 05:11:46 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-10-14 05:11:46 +0400
commitb5f222ba7dfa1fa53b8b53f4e1b770193bb55fe4 (patch)
treef24b2f677d78a05139b9e190a60ea75bc64f49b4 /src/Network/BitTorrent/Discovery.hs
parent9737a06bff6c6539a6afd67f7970a6923b401d86 (diff)
Move some modules from torrent-content
Diffstat (limited to 'src/Network/BitTorrent/Discovery.hs')
-rw-r--r--src/Network/BitTorrent/Discovery.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Discovery.hs b/src/Network/BitTorrent/Discovery.hs
new file mode 100644
index 00000000..f26864a7
--- /dev/null
+++ b/src/Network/BitTorrent/Discovery.hs
@@ -0,0 +1,4 @@
1type PeerCount = Int
2
3defaultChanSize :: PeerCount
4defaultChanSize = defaultNumWant * 2