summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Internal.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Internal.lhs')
-rw-r--r--src/Network/BitTorrent/Internal.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Internal.lhs b/src/Network/BitTorrent/Internal.lhs
index a69016ff..24fecac7 100644
--- a/src/Network/BitTorrent/Internal.lhs
+++ b/src/Network/BitTorrent/Internal.lhs
@@ -307,7 +307,7 @@ and different enabled extensions at the same time.
307> -- | Port where client listen for other peers 307> -- | Port where client listen for other peers
308> , listenerPort :: PortNumber 308> , listenerPort :: PortNumber
309> -- TODO restart listener if it fail 309> -- TODO restart listener if it fail
310 310> -- , dhtListenerPort
311> -- | Semaphor used to bound number of active P2P sessions. 311> -- | Semaphor used to bound number of active P2P sessions.
312> , activeThreads :: !(MSem ThreadCount) 312> , activeThreads :: !(MSem ThreadCount)
313 313