UNPKG

184 BJavaScriptView Raw
1'use strict'
2
3module.exports = {
4 // https://tools.ietf.org/html/rfc4511#section-4.1.1
5 // Message identifiers are an integer between (0, maxint).
6 MAX_MSGID: Math.pow(2, 31) - 1
7}