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 201b84ee..baa240b4 100644
--- a/src/Network/BitTorrent/DHT/ContactInfo.hs
+++ b/src/Network/BitTorrent/DHT/ContactInfo.hs
@@ -12,13 +12,13 @@ import Data.HashMap.Strict as HM
12import Data.Serialize 12import Data.Serialize
13 13
14import Data.Torrent 14import Data.Torrent
15import Network.BitTorrent.Core.PeerAddr 15import Network.BitTorrent.Address
16 16
17{- 17{-
18import Data.HashMap.Strict as HM 18import Data.HashMap.Strict as HM
19 19
20import Data.Torrent.InfoHash 20import Data.Torrent.InfoHash
21import Network.BitTorrent.Core 21import Network.BitTorrent.Address
22 22
23-- increase prefix when table is too large 23-- increase prefix when table is too large
24-- decrease prefix when table is too small 24-- decrease prefix when table is too small