tcp: Added a missing assert
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user