From d5da100c55d80391d2e941a41c0e0dccf2a6e33e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 28 May 2014 04:52:58 +0200 Subject: Still more documentation --- src/tuntap.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/tuntap.c') diff --git a/src/tuntap.c b/src/tuntap.c index 7bd5f82..b5a5df9 100644 --- a/src/tuntap.c +++ b/src/tuntap.c @@ -23,6 +23,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/** + \file + + Management of the TUN/TAP interface +*/ #include "fastd.h" #include "poll.h" @@ -46,6 +51,7 @@ #endif +/** Defines if the platform uses an address family header on TUN interfaces */ #ifdef __linux__ static const bool multiaf_tun = false; #else -- cgit v1.2.3