NetSys / NetBricks

NetBricks: A new network function framework based on Rust.
ISC License
464 stars 75 forks source link

WIP: RingBuffer using Vec instead of mmap #54

Closed shwang closed 7 years ago

shwang commented 7 years ago

Not ready to merge yet, needs testing. (Although as of now, this implementation of RingBuffer passes the same unit tests that the mmap implementation passes.)

Making a pull request in case the implementation needs some feedback.