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.
This commit is contained in:
Pablo Neira Ayuso 2014-08-28 15:14:33 +02:00
parent d8947e37b0
commit 7a990e8e53
1 changed files with 3 additions and 0 deletions

View File

@ -23,7 +23,10 @@
#include <arpa/inet.h>
/* 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