From 0720d74a2943b50b35a20384fb67fcacb9cc6152 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sun, 3 Aug 2008 15:00:31 +0000 Subject: [PATCH] new default value --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index a39045dd..18e207dd 100755 --- a/src/global.h +++ b/src/global.h @@ -67,7 +67,7 @@ #define MIN_SND_CRD_BLOCK_SIZE_SAMPLES ( MIN_BLOCK_DURATION_MS * SND_CRD_SAMPLE_RATE / 1000 ) // maximum value of factor for network block size -#define MAX_NET_BLOCK_SIZE_FACTOR 8 +#define MAX_NET_BLOCK_SIZE_FACTOR 4 // default network block size factor #define DEF_NET_BLOCK_SIZE_FACTOR 3