diff options
-rw-r--r-- | src/Network/BitTorrent/Address.hs | 4 |
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 |