#include "ns3/socket.h"
#include "ns3/traced-callback.h"
#include "ns3/callback.h"
#include "ns3/ptr.h"
#include "ns3/object.h"
#include "ns3/nstime.h"
Go to the source code of this file.
Classes | |
class | ns3::TcpSocket |
(abstract) base class of all TcpSockets More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Enumerations | |
enum | ns3::TcpStates_t { ns3::CLOSED, ns3::LISTEN, ns3::SYN_SENT, ns3::SYN_RCVD, ns3::ESTABLISHED, ns3::CLOSE_WAIT, ns3::LAST_ACK, ns3::FIN_WAIT_1, ns3::FIN_WAIT_2, ns3::CLOSING, ns3::TIME_WAIT, ns3::LAST_STATE } |
Names of the 11 TCP states. More... | |