From 7a990e8e53d75fb58f72f5cc8dd613c528eda422 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 28 Aug 2014 15:14:33 +0200 Subject: osmux: disable timing reconstruction debugging Should be enabled only in case you consider that Osmux should is lagging when reconstructing RTP messages. I haven't seen any issue regarding this so far. Let's disable it by default. --- src/osmux.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/osmux.c b/src/osmux.c index 3705698..b699cd1 100644 --- a/src/osmux.c +++ b/src/osmux.c @@ -23,7 +23,10 @@ #include +/* This allows you to debug timing reconstruction in the output path */ +#if 0 #define DEBUG_TIMING 0 +#endif /* Default: MTU - iphdr (20 bytes) - udphdr (8 bytes) */ #define OSMUX_BATCH_MAX 1472 -- cgit v1.2.3