Sponge
CS144's user-space TCP library
|
#include "tun.hh"
#include "util.hh"
#include <cstring>
#include <fcntl.h>
#include <linux/if.h>
#include <linux/if_tun.h>
#include <sys/ioctl.h>
Go to the source code of this file.
Variables | |
static constexpr const char * | CLONEDEV = "/dev/net/tun" |