emp-toolkit
config.h
Go to the documentation of this file.
1 #ifndef CONFIG_H__
2 #define CONFIG_H__
3 #define THREADING
4 #define AES_BATCH_SIZE 1024 // may need to change for different cache size, for the best performance.
5 #define HASH_BUFFER_SIZE 1024*8*8
6 
7 #define NETWORK_BUFFER_SIZE 1024*8
8 #define FILE_BUFFER_SIZE 1024*16
9 #define CHECK_BUFFER_SIZE 1024*8
10 //#define SERVER_IP "54.165.226.80"
11 #define SERVER_IP "127.0.0.1"
12 //#define COUNT_IO
13 #endif// CONFIG_H__