adjusted block size
This commit is contained in:
parent
66f5195a89
commit
bc21dae968
2
common.h
2
common.h
@ -24,7 +24,7 @@
|
|||||||
#define QFTRANS_COMMON_H
|
#define QFTRANS_COMMON_H
|
||||||
|
|
||||||
#define RAWPACKET_SIZE 9
|
#define RAWPACKET_SIZE 9
|
||||||
#define DATA_BLOCK_SIZE 256
|
#define DATA_BLOCK_SIZE (64*1024)
|
||||||
#define DESCRIPTOR_STRING "QFTH"
|
#define DESCRIPTOR_STRING "QFTH"
|
||||||
|
|
||||||
namespace qftrans {
|
namespace qftrans {
|
||||||
|
Loading…
Reference in New Issue
Block a user