Version: 7.x.x
InterByteTimeout Parser
Emits data if there is a pause between packets for the specified amount of time.
A transform stream that emits data as a buffer after not recieving any bytes for the specified amount of time.
Arguments
options.interval: number
the period of silence in milliseconds after which data is emitedoptions.maxBufferSize: number
the maximum number of bytes after which data will be emited. Defaults to 65536.