mirror of
https://github.com/arampoire/onetun.git
synced 2025-12-01 01:00:24 -05:00
Proof of concept for using crossbeam queues instead of VecDequeue for IP device
This commit is contained in:
parent
648154b5ee
commit
cdcd3ee8da
4 changed files with 36 additions and 18 deletions
|
|
@ -18,3 +18,4 @@ rand = "0.8.4"
|
|||
nom = "7"
|
||||
async-trait = "0.1.51"
|
||||
priority-queue = "1.2.0"
|
||||
crossbeam-queue = "0.3.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue