implement minimal NIF to create and read from a TUN device
This commit is contained in:
parent
72a4f2ff8f
commit
7b4d355d1a
12 changed files with 963 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -23,3 +23,7 @@ p2p_chat-*.tar
|
|||
|
||||
# Temporary files, for example, from tests.
|
||||
/tmp/
|
||||
|
||||
# Rust binary artifacts
|
||||
/target/
|
||||
priv/native/**/*.so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue