#include "tcp-rx-buffer.h"
#include "ns3/data-rate.h"
#include "ns3/object.h"
#include "ns3/sequence-number.h"
#include "ns3/traced-value.h"
Go to the source code of this file.
Classes | |
class | ns3::TcpSocketState |
Data structure that records the congestion state of a connection. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
namespace | ns3::TracedValueCallback |
TracedValue Callback function types. | |
Typedefs | |
typedef void(* | ns3::TracedValueCallback::EcnState) (const TcpSocketState::EcnState_t oldValue, const TcpSocketState::EcnState_t newValue) |
TracedValue Callback signature for EcnState_t. | |
typedef void(* | ns3::TracedValueCallback::TcpCongState) (const TcpSocketState::TcpCongState_t oldValue, const TcpSocketState::TcpCongState_t newValue) |
TracedValue Callback signature for TcpCongState_t. | |