Skip to content

Commit

Permalink
Restore 50 fps cap on frame rate (relevant to mobile-shell#222 github…
Browse files Browse the repository at this point in the history
… issue).
  • Loading branch information
keithw committed Apr 20, 2012
1 parent 3c6e45a commit 8de74af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/transportsender.h
Expand Up @@ -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 */
Expand Down

0 comments on commit 8de74af

Please sign in to comment.