Restrain growth of sent_states queue

This commit is contained in:
Keith Winstein
2011-09-27 00:36:04 -04:00
parent 14111f861e
commit 271e6b8fc2
3 changed files with 27 additions and 4 deletions
+1
View File
@@ -32,6 +32,7 @@ namespace Network {
void send_to_receiver( string diff );
void send_empty_ack( void );
void send_in_fragments( string diff, uint64_t new_num );
void add_sent_state( uint64_t the_timestamp, uint64_t num, MyState &state );
/* state of sender */
Connection *connection;