summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/DHT/ContactInfo.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/DHT/ContactInfo.hs')
-rw-r--r--src/Network/BitTorrent/DHT/ContactInfo.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/DHT/ContactInfo.hs b/src/Network/BitTorrent/DHT/ContactInfo.hs
index f9dae567..3db3d5a8 100644
--- a/src/Network/BitTorrent/DHT/ContactInfo.hs
+++ b/src/Network/BitTorrent/DHT/ContactInfo.hs
@@ -20,13 +20,13 @@ import Data.Word
20import Network.Socket (SockAddr(..)) 20import Network.Socket (SockAddr(..))
21 21
22import Data.Torrent 22import Data.Torrent
23import Network.BitTorrent.Address 23import Network.Address
24 24
25-- {- 25-- {-
26-- import Data.HashMap.Strict as HM 26-- import Data.HashMap.Strict as HM
27-- 27--
28-- import Data.Torrent.InfoHash 28-- import Data.Torrent.InfoHash
29-- import Network.BitTorrent.Address 29-- import Network.Address
30-- 30--
31-- -- increase prefix when table is too large 31-- -- increase prefix when table is too large
32-- -- decrease prefix when table is too small 32-- -- decrease prefix when table is too small