summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Discovery.hs
diff options
context:
space:
mode:
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