diff options
Diffstat (limited to 'src/Network/BitTorrent')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Wire.hs | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/Network/BitTorrent/Exchange/Wire.hs b/src/Network/BitTorrent/Exchange/Wire.hs index 8873546d..64fa3295 100644 --- a/src/Network/BitTorrent/Exchange/Wire.hs +++ b/src/Network/BitTorrent/Exchange/Wire.hs | |||
@@ -18,25 +18,6 @@ module Network.BitTorrent.Exchange.Wire | |||
18 | Connected | 18 | Connected |
19 | , Wire | 19 | , Wire |
20 | 20 | ||
21 | -- ** Exceptions | ||
22 | , ChannelSide (..) | ||
23 | , ProtocolError (..) | ||
24 | , WireFailure (..) | ||
25 | , peerPenalty | ||
26 | , isWireFailure | ||
27 | , disconnectPeer | ||
28 | |||
29 | -- ** Stats | ||
30 | , ByteStats (..) | ||
31 | , FlowStats (..) | ||
32 | , ConnectionStats (..) | ||
33 | |||
34 | -- ** Flood detection | ||
35 | , FloodDetector (..) | ||
36 | |||
37 | -- ** Options | ||
38 | , Options (..) | ||
39 | |||
40 | -- ** Connection | 21 | -- ** Connection |
41 | , Connection | 22 | , Connection |
42 | , connRemoteAddr | 23 | , connRemoteAddr |
@@ -70,6 +51,25 @@ module Network.BitTorrent.Exchange.Wire | |||
70 | , getExtCaps | 51 | , getExtCaps |
71 | , getStats | 52 | , getStats |
72 | , getMetadata | 53 | , getMetadata |
54 | |||
55 | -- ** Exceptions | ||
56 | , ChannelSide (..) | ||
57 | , ProtocolError (..) | ||
58 | , WireFailure (..) | ||
59 | , peerPenalty | ||
60 | , isWireFailure | ||
61 | , disconnectPeer | ||
62 | |||
63 | -- ** Stats | ||
64 | , ByteStats (..) | ||
65 | , FlowStats (..) | ||
66 | , ConnectionStats (..) | ||
67 | |||
68 | -- ** Flood detection | ||
69 | , FloodDetector (..) | ||
70 | |||
71 | -- ** Options | ||
72 | , Options (..) | ||
73 | ) where | 73 | ) where |
74 | 74 | ||
75 | import Control.Applicative | 75 | import Control.Applicative |