tcp (fixes #1121): Fix SetParent() in GetTypeId()

This commit is contained in:
Tom Henderson
2024-08-24 13:56:22 -07:00
parent ef83c82e95
commit 192dd4d25f

View File

@@ -37,7 +37,7 @@ TcpCubic::GetTypeId()
{
static TypeId tid =
TypeId("ns3::TcpCubic")
.SetParent<TcpSocketBase>()
.SetParent<TcpCongestionOps>()
.AddConstructor<TcpCubic>()
.SetGroupName("Internet")
.AddAttribute("FastConvergence",