package tuntap
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCaml library for handling TUN/TAP devices
Install
dune-project
Dependency
Authors
Maintainers
Sources
tuntap-2.0.2.tbz
sha256=0dfced58f90d85d4885ff4da95d0a8361000fc0670403a827519833b238e46ed
sha512=36356c310ac3aef9dfc05e6bc225d3a6691a88c758a304ab34cc06fcf650e9748c3d077851b62ef78f867bcade0b0192429105b0499db721a6b4680be2df4ee7
Description
This is an OCaml library for handling TUN/TAP devices. TUN refers to layer 3 virtual interfaces whereas TAP refers to layer 2 Ethernet ones.
See http://en.wikipedia.org/wiki/TUN/TAP for more information.
Linux, FreeBSD, OpenBSD, DragonFly and macOS should all be supported. You will need to install the third-party http://tuntaposx.sourceforge.net/ on macOS before using this library.
Used by (2)
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page