#include "ns3/simple-net-device.h"#include "ns3/error-model.h"#include "ns3/tcp-socket-base.h"#include "ns3/tcp-congestion-ops.h"#include "ns3/tcp-recovery-ops.h"#include "ns3/tcp-rate-ops.h"#include "ns3/test.h"
 Include dependency graph for tcp-general-test.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ns3::TcpGeneralTest | 
| General infrastructure for TCP testing.  More... | |
| class | ns3::TcpSocketMsgBase | 
| Class for inserting callbacks special points of the flow of TCP sockets.  More... | |
| class | ns3::TcpSocketSmallAcks | 
| A TCP socket which sends ACKs smaller than the segment received.  More... | |
Namespaces | |
| ns3 | |
| Every class exported by the ns3 library is enclosed in the ns3 namespace.  | |
Functions | |
| static TcpSocketState::TcpCongState_t | ns3::GetCongStateFrom (Ptr< const TcpSocketState > tcb) | 
| Convenience function to retrieve the ACK state from a TCB.  More... | |