From bc21dae96840eababb4d2387839292028f9065c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Gro=C3=9F?= Date: Wed, 22 Apr 2009 14:53:44 +0200 Subject: [PATCH] adjusted block size --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index dc638fc..3849af2 100644 --- a/common.h +++ b/common.h @@ -24,7 +24,7 @@ #define QFTRANS_COMMON_H #define RAWPACKET_SIZE 9 -#define DATA_BLOCK_SIZE 256 +#define DATA_BLOCK_SIZE (64*1024) #define DESCRIPTOR_STRING "QFTH" namespace qftrans {