summaryrefslogtreecommitdiff
path: root/src/Network
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-08 04:58:58 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-08 04:58:58 +0400
commit055a7efc93e410444719d4ac5ad07ce51e84e8aa (patch)
treec8c21bf13b08c2ce3a1dae95efa142473b969ae5 /src/Network
parent11fca56c179ce2da7d279293a6b3c7d1bb35c74c (diff)
Fix documentation markup
Diffstat (limited to 'src/Network')
-rw-r--r--src/Network/BitTorrent/Address.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Address.hs b/src/Network/BitTorrent/Address.hs
index 57cdf55e..eeb04c74 100644
--- a/src/Network/BitTorrent/Address.hs
+++ b/src/Network/BitTorrent/Address.hs
@@ -342,7 +342,7 @@ genPeerId = azureusStyle defaultClientId defaultVersionNumber <$> timestamp
342{----------------------------------------------------------------------- 342{-----------------------------------------------------------------------
343-- Peer Addr 343-- Peer Addr
344-----------------------------------------------------------------------} 344-----------------------------------------------------------------------}
345-- $peer-addr 345-- $peer-addr
346-- 346--
347-- 'PeerAddr' is used to represent peer address. Currently it's 347-- 'PeerAddr' is used to represent peer address. Currently it's
348-- just peer IP and peer port but this might change in future. 348-- just peer IP and peer port but this might change in future.
@@ -767,7 +767,7 @@ rank nid = L.sortBy (comparing (distance nid . nodeId))
767{----------------------------------------------------------------------- 767{-----------------------------------------------------------------------
768-- Fingerprint 768-- Fingerprint
769-----------------------------------------------------------------------} 769-----------------------------------------------------------------------}
770-- $fingerprint 770-- $fingerprint
771-- 771--
772-- 'Fingerprint' is used to identify the client implementation and 772-- 'Fingerprint' is used to identify the client implementation and
773-- version which also contained in 'Peer'. For exsample first 6 773-- version which also contained in 'Peer'. For exsample first 6