client-c  0.8.1
posix_defaults.h
Go to the documentation of this file.
1 
17 /*
18 @file posix_defaults.h
19  Created on: Mar 26, 2015
20  Author: Andriy Panasenko <apanasenko@cybervisiontech.com>
21 */
22 
23 #ifndef POSIX_DEFAULTS_H_
24 #define POSIX_DEFAULTS_H_
25 
26 #define KAA_TCP_CHANNEL_IN_BUFFER_SIZE 2048
27 #define KAA_TCP_CHANNEL_OUT_BUFFER_SIZE 8192
28 
29 #define KAA_TCP_CHANNEL_MAX_TIMEOUT 200u
30 #define KAA_TCP_CHANNEL_PING_TIMEOUT (KAA_TCP_CHANNEL_MAX_TIMEOUT / 2)
31 
32 #define KAATCP_PARSER_MAX_MESSAGE_LENGTH 1024 * 1024
33 
34 #define KAA_MAX_LOG_MESSAGE_LENGTH 512
35 
36 #endif /* POSIX_DEFAULTS_H_ */