Restore 50 fps cap on frame rate (relevant to #222 github issue).

This commit is contained in:
Keith Winstein
2012-04-19 23:00:12 -04:00
parent 3c6e45a469
commit 8de74afb5f
+1 -1
View File
@@ -39,7 +39,7 @@ namespace Network {
{
private:
/* timing parameters */
static const int SEND_INTERVAL_MIN = 10; /* 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 = 100; /* ms before delayed ack */