aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-22 16:14:38 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-22 16:14:38 +0000
commit14080b58f09a0229929e5ebd01ee12bc8b047c81 (patch)
tree4d97c1257b8666c5834cc05ccfb958a5bcf4db4d /main/rtp.c
parent039d5a1a34d518170c2e835f907ccd584e929e60 (diff)
(closes issue #10526)
Reported by: sinistermidget Revert commit from issue #10355 and return timestamp skew to 640. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@80255 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/rtp.c')
-rw-r--r--main/rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rtp.c b/main/rtp.c
index e47453278..4e4bde623 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -57,7 +57,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/unaligned.h"
#include "asterisk/utils.h"
-#define MAX_TIMESTAMP_SKEW 120
+#define MAX_TIMESTAMP_SKEW 640
#define RTP_SEQ_MOD (1<<16) /*!< A sequence number can't be more than 16 bits */
#define RTCP_DEFAULT_INTERVALMS 5000 /*!< Default milli-seconds between RTCP reports we send */