Skip to content

Commit 998bdef

Browse files
authored
[3.3.1 only] CBG-4941 block BLIP_3+CBMobile_4 from connecting (#7850)
1 parent f1b3e05 commit 998bdef

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

db/blip_subprotocol.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,10 @@ const (
2424
// Version Vectors/HLV
2525
CBMobileReplicationV4
2626

27-
// _nextCBMobileSubprotocolVersions reserved for maxCBMobileSubprotocolVersion
28-
_nextCBMobileSubprotocolVersions
29-
3027
// minCBMobileSubprotocolVersion is the minimum supported subprotocol version by SG
3128
minCBMobileSubprotocolVersion = CBMobileReplicationV2
3229
// maxCBMobileSubprotocolVersion is the maximum supported subprotocol version by SG
33-
maxCBMobileSubprotocolVersion = _nextCBMobileSubprotocolVersions - 1
30+
maxCBMobileSubprotocolVersion = CBMobileReplicationV3
3431
)
3532

3633
const cbMobileBLIPSubprotocolPrefix = "CBMobile_"

0 commit comments

Comments
 (0)