-
plos23-driverc5d7dc16 · ·
Rust Driver used for benchmarks of PLOS'23 This very commit was deployed on the benchmark setup described in our paper "Takeaways of Implementing a Native Rust UDP Tunneling Driver in the Linux Kernel". This tag is present for posterity, to allow reviewers and people interested in the paper to see the exact version of the code deployed. It is possible that this code is not future proof due to changes in the toolchain environment used by Rust for Linux. For example, older versions of `bindgen` may not be easily available, and might require you to install them through `cargo` with specific URLs towards the `bindgen` repository. We hope this code manages to remain deployable for as long as possible.