bridgeProtocolVersion top-level constant

int const bridgeProtocolVersion

The only protocol version this build speaks. A mismatching envelope v (or hello proto) is rejected with BridgeErrorCode.proto.

Implementation

const int bridgeProtocolVersion = 1;