lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] Re: [lwip] tun/tap


From: Adam Dunkels
Subject: [lwip-users] Re: [lwip] tun/tap
Date: Wed, 08 Jan 2003 22:24:27 -0000

On Friday 22 March 2002 10.24, you wrote:
> Can any body give some brief introduction about  tun/tap driver in layman
> words?

The tun and tap drivers are abstract network interfaces. They appear to be 
network hardware such as an Ethernet card, but in reality they just exist in 
the kernel. Packets sent to the tun or tap interfaces are not sent out over a 
physical network. Instead, they packets end up in a special file, /dev/tun0 
or /dev/tap0. Data that is written to the same files will appear as network 
packets from actual network hardware.

Also, check this message out: 
http://www.sics.se/~adam/lwip/maillist/msg00091.html

/adam
-- 
Adam Dunkels <address@hidden>
http://www.sics.se/~adam
[This message was sent through the lwip discussion list.]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]