UNPKG

lumberjack-protocol

Version:

Node.js implementation of the lumberjack protocol.

15 lines (11 loc) 239 B
// Generated by CoffeeScript 1.12.1 (function() { exports.FRAME_TYPE = { DATA: 'D', WINDOW_SIZE: 'W', ACK: 'A', COMPRESSED: 'C' }; exports.VERSION = '1'; exports.MAX_UINT_32 = Math.pow(2, 32) - 1; }).call(this);