-
- Downloads
Changed ring buffer allocation to size+1, so when you create a 10K ring buffer
(for example), you end up with 10K of usable buffer (need extra byte to detect wrap). Was previously limiting usable buffer to size-1.
Please register or sign in to comment