msantos / tunctl

Erlang TUN/TAP interface
BSD 3-Clause "New" or "Revised" License
79 stars 23 forks source link

Add support for MULTI_QUEUE flag. #10

Closed zanebeckwith closed 4 years ago

zanebeckwith commented 4 years ago

This adds the IFF_MULTI_QUEUE flag to the recognized flags for TUN/TAP creation: https://github.com/torvalds/linux/blob/master/Documentation/networking/tuntap.rst#33-multiqueue-tuntap-interface

msantos commented 4 years ago

@zanebeckwith thanks!

zanebeckwith commented 4 years ago

Thanks for the awesome library!