mattiasflodin/reckless

Allow reducing size of input buffer below 64 kb

Opened this issue · 0 comments

Due to Windows memory management limitations we set the input buffer to 64 kb. But it should be possible to have a separate capacity that is smaller than the size of the ring buffer, in order to reduce variance in latency during high load.