diff options
Diffstat (limited to 'src/Network/BitTorrent')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Wire.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Exchange/Wire.hs b/src/Network/BitTorrent/Exchange/Wire.hs index c0658961..369f0746 100644 --- a/src/Network/BitTorrent/Exchange/Wire.hs +++ b/src/Network/BitTorrent/Exchange/Wire.hs | |||
@@ -433,8 +433,8 @@ data Connection = Connection | |||
433 | connProtocol :: !ProtocolName | 433 | connProtocol :: !ProtocolName |
434 | 434 | ||
435 | -- | Set of enabled core extensions, i.e. the pre BEP10 extension | 435 | -- | Set of enabled core extensions, i.e. the pre BEP10 extension |
436 | -- mecahnism. This value is used to check if a message is allowed to be sent | 436 | -- mechanism. This value is used to check if a message is allowed |
437 | -- or received. | 437 | -- to be sent or received. |
438 | , connCaps :: !Caps | 438 | , connCaps :: !Caps |
439 | 439 | ||
440 | -- | /Both/ peers handshaked with this infohash. A connection can | 440 | -- | /Both/ peers handshaked with this infohash. A connection can |