diff options
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Protocol.hs')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Protocol.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Exchange/Protocol.hs b/src/Network/BitTorrent/Exchange/Protocol.hs index d4d9b239..c4128032 100644 --- a/src/Network/BitTorrent/Exchange/Protocol.hs +++ b/src/Network/BitTorrent/Exchange/Protocol.hs | |||
@@ -29,9 +29,10 @@ | |||
29 | {-# LANGUAGE RecordWildCards #-} | 29 | {-# LANGUAGE RecordWildCards #-} |
30 | {-# LANGUAGE TemplateHaskell #-} | 30 | {-# LANGUAGE TemplateHaskell #-} |
31 | module Network.BitTorrent.Exchange.Protocol | 31 | module Network.BitTorrent.Exchange.Protocol |
32 | ( -- * Inital handshake | 32 | ( -- * Initial handshake |
33 | Handshake(..), ppHandshake | 33 | Handshake(..), ppHandshake |
34 | , handshake , handshakeCaps | 34 | , handshake, handshakeCaps |
35 | , recvHandshake, sendHandshake | ||
35 | 36 | ||
36 | -- ** Defaults | 37 | -- ** Defaults |
37 | , defaultHandshake, defaultBTProtocol, defaultReserved | 38 | , defaultHandshake, defaultBTProtocol, defaultReserved |