meh / rust-tun

TUN device creation and handling.
343 stars 136 forks source link

multiqueue support #9

Closed rumpelsepp closed 4 years ago

rumpelsepp commented 6 years ago

Are there any plans for multiqueue support? Using this multiqueues it is possible to allocate separate file descriptors for the tunnel reader and the tunnel writer.

https://www.kernel.org/doc/Documentation/networking/tuntap.txt https://lwn.net/Articles/522397/

jibi commented 4 years ago

https://github.com/meh/rust-tun/pull/16