Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

			Turbotap

Conventional Tun driver in linux kernel provides file operations to send and
receive messages through tun/tap interfaces. But Turbotap provide socket based
interfaces on top of Tun driver. User application can simply send and receive
messages using socket based system calls sendmsg/recvmsg.

It also allows user applications to send and receive multiple messages using few
system calls by using sendmmsg/recvmmsg.

make:
	cd kmod_turbotap
	make
insert:
	sudo insert turbotap.ko
remove:
	sudo rmmod turbotap
clean:
	make clean

About

A Linux Kernel Module

Resources

Stars

11 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages