Skip to content

Commit

Permalink
Merge pull request #221 from paullouisageneau/shorten-nomination-timeout
Browse files Browse the repository at this point in the history
Shorten nomination timeout for controlling agent
  • Loading branch information
paullouisageneau authored Sep 5, 2023
2 parents af7f93b + 664e40f commit fffd80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/agent.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
#define MIN_CONSENT_CHECK_PERIOD 4000 // msecs
#define MAX_CONSENT_CHECK_PERIOD 6000 // msecs

// Nomination timeout to settle for a non-relayed pair
#define NOMINATION_TIMEOUT 4000
// Nomination timeout for the controlling agent to settle for the selected pair
#define NOMINATION_TIMEOUT 2000

// TURN refresh period
#define TURN_LIFETIME 600000 // msecs (10 min)
Expand Down

0 comments on commit fffd80b

Please sign in to comment.