Simplify Transport ack behavior and make more robust (num increases)

This commit is contained in:
Keith Winstein
2011-08-13 01:53:33 -04:00
parent 7e034c27aa
commit 945acbca37
2 changed files with 12 additions and 21 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ namespace Network {
void update_assumed_receiver_state( void );
void rationalize_states( void );
void send_to_receiver( void );
void send_in_fragments( string diff, uint64_t new_num );
void send_in_fragments( string diff, uint64_t new_num, bool send_timestamp = true );
/* helper methods for recv() */
void process_acknowledgment_through( uint64_t ack_num );