summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/DHT/Session.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-01-02 22:37:33 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-01-02 22:37:33 +0400
commit61619558b26b96048ffd18a7bf4cbe41d5fffa2f (patch)
tree42de4d8fd2b63e567a6821802a07ce1bb887de4e /src/Network/BitTorrent/DHT/Session.hs
parent469b2c84af865863a852bda5137640a2463c9a8b (diff)
Stop bootstrapping when table is full
Diffstat (limited to 'src/Network/BitTorrent/DHT/Session.hs')
-rw-r--r--src/Network/BitTorrent/DHT/Session.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/DHT/Session.hs b/src/Network/BitTorrent/DHT/Session.hs
index c47f7491..d3315a42 100644
--- a/src/Network/BitTorrent/DHT/Session.hs
+++ b/src/Network/BitTorrent/DHT/Session.hs
@@ -23,6 +23,7 @@ module Network.BitTorrent.DHT.Session
23 , checkToken 23 , checkToken
24 24
25 -- * Routing table 25 -- * Routing table
26 , getTable
26 , getNodeId 27 , getNodeId
27 , getClosest 28 , getClosest
28 , getClosestHash 29 , getClosestHash