pull-randomly-split
randomly split incoming buffers, to test that parsing works correctly.
pull(
pull.values(crypto.randomBytes(1024*1024)),
randomSplit(1024, 2096),
pull.collect(function () {
})
)
License
MIT
split incomming buffers randomly, to test parsers
randomly split incoming buffers, to test that parsing works correctly.
pull(
pull.values(crypto.randomBytes(1024*1024)),
randomSplit(1024, 2096),
pull.collect(function () {
})
)
MIT