diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-08 09:02:03 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-08 09:02:03 +0400 |
commit | 9913a611431efddd9f641b0ec3d85c7f7497ce72 (patch) | |
tree | 9bf6655f2bc217d76af37c68680353fddeef73c4 /src/Network/BitTorrent/Exchange/Message.hs | |
parent | 1dbd72547c0f0bbaad9e89b9cd7d7a8034342f0f (diff) |
Add more stats bookkeeping
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Message.hs')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Message.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange/Message.hs b/src/Network/BitTorrent/Exchange/Message.hs index e0a7dad7..6fcf22f7 100644 --- a/src/Network/BitTorrent/Exchange/Message.hs +++ b/src/Network/BitTorrent/Exchange/Message.hs | |||
@@ -243,7 +243,7 @@ instance Serialize ProtocolString where | |||
243 | -- to establish connection between peers. | 243 | -- to establish connection between peers. |
244 | -- | 244 | -- |
245 | data Handshake = Handshake { | 245 | data Handshake = Handshake { |
246 | -- | Identifier of the protocol. This is usually equal to defaultProtocol | 246 | -- | Identifier of the protocol. This is usually equal to 'def'. |
247 | hsProtocol :: ProtocolString | 247 | hsProtocol :: ProtocolString |
248 | 248 | ||
249 | -- | Reserved bytes used to specify supported BEP's. | 249 | -- | Reserved bytes used to specify supported BEP's. |