Home
last modified time | relevance | path

Searched refs:TcpLedbat (Results 1 – 4 of 4) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/model/
H A Dtcp-ledbat.cc31 NS_OBJECT_ENSURE_REGISTERED (TcpLedbat);
34 TcpLedbat::GetTypeId (void) in GetTypeId()
38 .AddConstructor<TcpLedbat> () in GetTypeId()
75 void TcpLedbat::SetDoSs (SlowStartType doSS) in SetDoSs()
89 TcpLedbat::TcpLedbat (void) in TcpLedbat() function in ns3::TcpLedbat
113 TcpLedbat::TcpLedbat (const TcpLedbat& sock) in TcpLedbat() function in ns3::TcpLedbat
130 TcpLedbat::~TcpLedbat (void) in ~TcpLedbat()
136 TcpLedbat::Fork (void) in Fork()
138 return CopyObject<TcpLedbat> (this); in Fork()
142 TcpLedbat::GetName () const in GetName()
[all …]
H A Dtcp-ledbat.h39 class TcpLedbat : public TcpNewReno
71 TcpLedbat (void);
77 TcpLedbat (const TcpLedbat& sock);
82 virtual ~TcpLedbat (void);
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/test/
H A Dtcp-ledbat-test.cc113 Ptr<TcpLedbat> cong = CreateObject <TcpLedbat> (); in ExecuteTest()
195 Ptr<TcpLedbat> cong = CreateObject <TcpLedbat> (); in ExecuteTest()
289 Ptr<TcpLedbat> cong = CreateObject <TcpLedbat> (); in ExecuteTest()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/doc/
H A Dtcp.rst866 Config::SetDefault ("ns3::TcpL4Protocol::SocketType", TypeIdValue (TcpLedbat::GetTypeId ()));
872 …3::NodeListPriv/NodeList/1/$ns3::TcpL4Protocol/SocketType", TypeIdValue (TcpLedbat::GetTypeId ()));