peer_protocol/handshake.go | 2 +- diff --git a/peer_protocol/handshake.go b/peer_protocol/handshake.go index bce28340bbe8c60d75c4aa735ae1c42d790a9990..a6512c796e949a9920b8930402e4e9aa0d305827 100644 --- a/peer_protocol/handshake.go +++ b/peer_protocol/handshake.go @@ -22,7 +22,7 @@ ExtensionBitDht = 0 // http://www.bittorrent.org/beps/bep_0005.html ExtensionBitFast = 2 // http://www.bittorrent.org/beps/bep_0006.html // A peer connection initiator can set this when sending a v1 infohash during handshake if they // allow the receiving end to upgrade to v2 by responding with the corresponding v2 infohash. - // BEP 52, and BEP 4 + // BEP 52, and BEP 4. TODO: Set by default and then clear it when it's not appropriate to send. ExtensionBitV2Upgrade = 4 ExtensionBitAzureusExtensionNegotiation1 = 16 ExtensionBitAzureusExtensionNegotiation2 = 17