summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange/Message.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Message.hs')
-rw-r--r--src/Network/BitTorrent/Exchange/Message.hs2
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--
245data Handshake = Handshake { 245data 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.