Experiment with smaller delay for client

This commit is contained in:
Keith Winstein
2011-10-22 15:46:09 -04:00
parent b29e3e9d39
commit 3efb3d2fe3
4 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ TransportSender<MyState>::TransportSender( Connection *s_connection, MyState &in
shutdown_in_progress( false ),
shutdown_tries( 0 ),
ack_num( 0 ),
pending_data_ack( false )
pending_data_ack( false ),
SEND_MINDELAY( 15 )
{
}