This section documents the API of the ns-3 point-to-point module. More...
Classes | |
class | ns3::PointToPointChannel::Link |
Wire model for the PointToPointChannel. More... | |
class | ns3::PointToPointChannel |
Simple Point To Point Channel. More... | |
class | ns3::PointToPointNetDevice |
A Device for a Point to Point Network Link. More... | |
class | ns3::PointToPointRemoteChannel |
A Remote Point-To-Point Channel. More... | |
class | ns3::PppHeader |
Packet header for PPP. More... | |
This section documents the API of the ns-3 point-to-point module.
For a functional description, please refer to the ns-3 manual here: http://www.nsnam.org/docs/models/html/point-to-point.html
Be sure to read the manual BEFORE going down to the API.
|
private |
Wire states.
Enumerator | |
---|---|
INITIALIZING |
Initializing state. |
IDLE |
Idle state (no transmission from NetDevice) |
TRANSMITTING |
Transmitting state (data being transmitted from NetDevice. |
PROPAGATING |
Propagating state (data is being propagated in the channel. |
Definition at line 172 of file point-to-point-channel.h.