Version: 8.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 receiving any bytes for the specified amount of time.
Arguments
options.interval: number
the period of silence in milliseconds after which data is emitted.options.maxBufferSize: number
the maximum number of bytes after which data will be emitted. Defaults to 65536.