summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/DHT.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2017-07-11 13:03:13 -0400
committerjoe <joe@jerkface.net>2017-07-11 13:03:13 -0400
commit42c7e85689505fc719088c613f1dc4bc52752643 (patch)
treeadc95338fd4eb4add227a2fc54e8e257bff9b1b1 /src/Network/BitTorrent/DHT.hs
parentc8752be4ae1b9480a39c7a89bbdcb118d381fbaf (diff)
Added DHT name to listener thread label.
Diffstat (limited to 'src/Network/BitTorrent/DHT.hs')
-rw-r--r--src/Network/BitTorrent/DHT.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/DHT.hs b/src/Network/BitTorrent/DHT.hs
index b130e727..1a67c7c4 100644
--- a/src/Network/BitTorrent/DHT.hs
+++ b/src/Network/BitTorrent/DHT.hs
@@ -124,6 +124,7 @@ dht ::
124 , WireFormat raw dht 124 , WireFormat raw dht
125 , Show u 125 , Show u
126 , Default u 126 , Default u
127 , Typeable dht
127 ) 128 )
128 => Options -- ^ normally you need to use 'Data.Default.def'; 129 => Options -- ^ normally you need to use 'Data.Default.def';
129 -> NodeAddr ip -- ^ address to bind this node; 130 -> NodeAddr ip -- ^ address to bind this node;