don't assert on moved CC

This commit is contained in:
Stephen Birarda 2015-07-31 16:52:59 -07:00
parent fa6628e7eb
commit 15ce9aabc5

View file

@ -32,7 +32,7 @@ Connection::Connection(Socket* parentSocket, HifiSockAddr destination, unique_pt
{
Q_ASSERT_X(socket, "Connection::Connection", "Must be called with a valid Socket*");
Q_ASSERT_X(congestionControl, "Connection::Connection", "Must be called with a valid CongestionControl object");
Q_ASSERT_X(_congestionControl, "Connection::Connection", "Must be called with a valid CongestionControl object");
congestionControl->init();
// setup default SYN, RTT and RTT Variance based on the SYN interval in CongestionControl object