#include "tcp-westwood.h"#include "ns3/log.h"#include "ns3/trace-source-accessor.h"#include "ns3/simulator.h"#include "ns3/abort.h"#include "ns3/node.h"#include "ns3/sequence-number.h"#include "rtt-estimator.h"
Include dependency graph for tcp-westwood.cc:Go to the source code of this file.
Namespaces | |
| namespace | ns3 |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Macros | |
| #define | NS_LOG_APPEND_CONTEXT if (m_node) { std::clog << Simulator::Now ().GetSeconds () << " [node " << m_node->GetId () << "] "; } |
Functions | |
| NS_LOG_COMPONENT_DEFINE ("TcpWestwood") | |
| ns3::NS_OBJECT_ENSURE_REGISTERED (TcpWestwood) | |
| #define NS_LOG_APPEND_CONTEXT if (m_node) { std::clog << Simulator::Now ().GetSeconds () << " [node " << m_node->GetId () << "] "; } |
Definition at line 33 of file tcp-westwood.cc.
| NS_LOG_COMPONENT_DEFINE | ( | "TcpWestwood" | ) |