equal
deleted
inserted
replaced
31 |
31 |
32 namespace ns3 { |
32 namespace ns3 { |
33 |
33 |
34 |
34 |
35 /** |
35 /** |
|
36 * \defgroup virtualdevice Virtual Device |
|
37 * |
|
38 */ |
|
39 |
|
40 /** |
|
41 * \ingroup virtualdevice |
|
42 * |
36 * \class VirtualNetDevice |
43 * \class VirtualNetDevice |
37 * \brief A virtual device, similar to Linux TUN/TAP interfaces. |
44 * \brief A virtual device, similar to Linux TUN/TAP interfaces. |
38 * |
45 * |
39 * A VirtualNetDevice is a "virtual" NetDevice implementation which |
46 * A VirtualNetDevice is a "virtual" NetDevice implementation which |
40 * delegates to a user callback (see method SetSendCallback()) the |
47 * delegates to a user callback (see method SetSendCallback()) the |