Commit 8a5b8c7a authored by jan.koester's avatar jan.koester
Browse files

use now 65k recv and send

parent be2367b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#define ${CMAKE_SYSTEM_NAME}
#define ARCH_${CMAKE_SYSTEM_PROCESSOR}
#define THREAD_STACK_SIZE (4 * 1024 * 1024)
#define BLOCKSIZE 16384
 No newline at end of file
#define BLOCKSIZE 65536
 No newline at end of file