RIAEvangelist/node-ipc

Increase Buffer Size

Opened this issue · 1 comments

Hi, I'm running a few experiments transmitting raw data using rawBuffer=true and encoding='hex'. I noticed that messages over 8Kb are chunked into multiple messages of 8192 bytes each. I realized we can reconstruct the original message by concatenating the chunks, but I'm wondering if there's a way to increase the chunk size?

Thanks.

It may be possible with some of the new features of node.