This assertion is too strong

This commit is contained in:
Keith Winstein
2011-08-13 19:36:36 -04:00
parent 3bac586a04
commit 90687448e0
+1 -1
View File
@@ -231,7 +231,7 @@ void Transport<MyState, RemoteState>::process_acknowledgment_through( uint64_t a
}
assert( sent_states.size() > 0 );
assert( sent_states.front().num == ack_num );
// assert( sent_states.front().num == ack_num );
}
template <class MyState, class RemoteState>