Improve lossy connections by sending diff from "known" state if it's easy

This commit is contained in:
Keith Winstein
2012-05-04 23:05:50 -04:00
parent ce47d1f769
commit a82f50f085
3 changed files with 28 additions and 2 deletions
+1
View File
@@ -48,6 +48,7 @@ namespace Network {
/* helper methods for tick() */
void update_assumed_receiver_state( void );
void attempt_prospective_resend_optimization( string &proposed_diff );
void rationalize_states( void );
void send_to_receiver( string diff );
void send_empty_ack( void );