maxMessageLengthConnectanumExponent constant

int const maxMessageLengthConnectanumExponent

Compare to the regular wamp definition, connectanum is able to send and receive up to 2^30 octets per message

Implementation

static const int maxMessageLengthConnectanumExponent = 30;