UNPKG

it-length-prefixed

Version:

Streaming length prefixed buffers with async iterables

5 lines (4 loc) 239 B
// Maximum length of the length section of the message export const MAX_LENGTH_LENGTH = 8 // Varint.encode(Number.MAX_SAFE_INTEGER).length // Maximum length of the data section of the message export const MAX_DATA_LENGTH = 1024 * 1024 * 4