Slow frame rate and make header estimate more conservative. Ignore large RTTs vs. capping

This commit is contained in:
Keith Winstein
2011-08-10 02:59:02 -04:00
parent 6ebc686661
commit e9aeb482df
2 changed files with 13 additions and 15 deletions
+2 -2
View File
@@ -48,9 +48,9 @@ namespace Network {
class Transport
{
private:
static const int SEND_INTERVAL = 20; /* ms between frames */
static const int SEND_INTERVAL = 50; /* ms between frames */
static const int ACK_INTERVAL = 1000; /* ms between empty acks */
static const int HEADER_LEN = 100;
static const int HEADER_LEN = 120;
/* helper methods for tick() */
void update_assumed_receiver_state( void );