More robust shutdown handling

This commit is contained in:
Keith Winstein
2011-10-22 15:07:03 -04:00
parent b49e2b11d8
commit b29e3e9d39
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ namespace Network {
{
private:
/* timing parameters */
static const int SEND_INTERVAL_MIN = 25; /* ms between frames */
static const int SEND_INTERVAL_MIN = 20; /* ms between frames */
static const int SEND_INTERVAL_MAX = 250; /* ms between frames */
static const int ACK_INTERVAL = 3000; /* ms between empty acks */
static const int ACK_DELAY = 20; /* ms before delayed ack */