diff --git a/src/ControlStream.c b/src/ControlStream.c index 399407c..698caa5 100644 --- a/src/ControlStream.c +++ b/src/ControlStream.c @@ -242,7 +242,7 @@ static char**preconstructedPayloads; static bool supportsIdrFrameRequest; #define LOSS_REPORT_INTERVAL_MS 50 -#define PERIODIC_PING_INTERVAL_MS 250 +#define PERIODIC_PING_INTERVAL_MS 100 // Initializes the control stream int initializeControlStream(void) {