From bd729ffa22b01078b17417a437e44d1007d54ef6 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Tue, 9 Aug 2011 23:44:30 -0400 Subject: [PATCH] Comment out code completely to be sure --- networktransport.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/networktransport.cpp b/networktransport.cpp index 696fbb0..446d131 100644 --- a/networktransport.cpp +++ b/networktransport.cpp @@ -131,10 +131,12 @@ void Transport::send_to_receiver( void ) /* If this is the final diff in a sequence, make sure it does get the highest state number (even if we've retread to previously-seen ground ) */ /* This will force the client to update to this state */ + /* if ( (previously_sent->num != sent_states.back().num) && (new_state == target_receiver_state) ) { previously_sent = sent_states.end(); } + */ if ( previously_sent == sent_states.end() ) { /* not previously sent */ inst.new_num = sent_states.back().num + 1;