summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange/Wire.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Wire.hs')
-rw-r--r--src/Network/BitTorrent/Exchange/Wire.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange/Wire.hs b/src/Network/BitTorrent/Exchange/Wire.hs
index 680da059..8f6e1d58 100644
--- a/src/Network/BitTorrent/Exchange/Wire.hs
+++ b/src/Network/BitTorrent/Exchange/Wire.hs
@@ -51,7 +51,9 @@ import Data.Torrent.InfoHash
51import Network.BitTorrent.Core 51import Network.BitTorrent.Core
52import Network.BitTorrent.Exchange.Message 52import Network.BitTorrent.Exchange.Message
53 53
54 54-- TODO handle port message?
55-- TODO handle limits?
56-- TODO filter not requested PIECE messages
55{----------------------------------------------------------------------- 57{-----------------------------------------------------------------------
56-- Exceptions 58-- Exceptions
57-----------------------------------------------------------------------} 59-----------------------------------------------------------------------}