tcp: Added a missing assert

This commit is contained in:
Natale Patriciello
2016-11-11 15:40:40 +01:00
parent 89a703409b
commit 52fb85be6c

View File

@@ -440,6 +440,7 @@ TcpSocketBase::TcpSocketBase (const TcpSocketBase& sock)
ok = m_tcb->TraceConnectWithoutContext ("HighestSequence",
MakeCallback (&TcpSocketBase::UpdateHighTxMark, this));
NS_ASSERT (ok == true);
}
TcpSocketBase::~TcpSocketBase (void)