From 57f7440c803204f79a2a929cfbb95ef5bee3550e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joni=20R=C3=A4s=C3=A4nen?= Date: Fri, 17 Jun 2022 10:29:46 +0300 Subject: [PATCH] formats: Increase timout --- include/uvgrtp/util.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uvgrtp/util.hh b/include/uvgrtp/util.hh index d3f0543..9a7ccec 100644 --- a/include/uvgrtp/util.hh +++ b/include/uvgrtp/util.hh @@ -35,7 +35,7 @@ typedef SSIZE_T ssize_t; const int MAX_PACKET = 65536; const int MAX_PAYLOAD = 1446; -const int PKT_MAX_DELAY = 100; +const int PKT_MAX_DELAY = 500; /* TODO: add ability for user to specify these? */ enum HEADER_SIZES {