Shorter HEADER_LEN was too short

This commit is contained in:
Keith Winstein
2011-08-19 05:04:56 -04:00
parent 48e685a058
commit 7164af23ae
+1 -1
View File
@@ -81,7 +81,7 @@ namespace Network {
static const int ACK_INTERVAL = 1000; /* ms between empty acks */
static const int ACK_DELAY = 10; /* ms before delayed ack */
static const int SEND_MINDELAY = 50; /* ms to collect all input */
static const int HEADER_LEN = 74;
static const int HEADER_LEN = 100;
/* helper methods for tick() */
unsigned int send_interval( void );