summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange/Wire.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-07 03:19:45 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-07 03:19:45 +0400
commitce5bf09a79da18cb7eccab359b1d80af5b304dda (patch)
tree2282710d40ed2b8118d741ecaf875f290b7acdf9 /src/Network/BitTorrent/Exchange/Wire.hs
parent100f8d432b550e3538941ab675d3ec0b3a082d77 (diff)
Decode extended metadata message
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Wire.hs')
-rw-r--r--src/Network/BitTorrent/Exchange/Wire.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Exchange/Wire.hs b/src/Network/BitTorrent/Exchange/Wire.hs
index 6f80a567..1cf14809 100644
--- a/src/Network/BitTorrent/Exchange/Wire.hs
+++ b/src/Network/BitTorrent/Exchange/Wire.hs
@@ -54,6 +54,8 @@ import Network.BitTorrent.Exchange.Message
54-- TODO handle port message? 54-- TODO handle port message?
55-- TODO handle limits? 55-- TODO handle limits?
56-- TODO filter not requested PIECE messages 56-- TODO filter not requested PIECE messages
57-- TODO metadata piece request flood protection
58-- TODO piece request flood protection
57{----------------------------------------------------------------------- 59{-----------------------------------------------------------------------
58-- Exceptions 60-- Exceptions
59-----------------------------------------------------------------------} 61-----------------------------------------------------------------------}