client-c  0.8.1
esp8266_defaults.h
Go to the documentation of this file.
1 
17 #ifndef ESP8266_DEFAULTS_H_
18 #define ESP8266_DEFAULTS_H_
19 
20 #define KAA_TCP_CHANNEL_IN_BUFFER_SIZE 246
21 #define KAA_TCP_CHANNEL_OUT_BUFFER_SIZE 1015
22 
23 #define KAA_TCP_CHANNEL_MAX_TIMEOUT 200u
24 #define KAA_TCP_CHANNEL_PING_TIMEOUT (KAA_TCP_CHANNEL_MAX_TIMEOUT / 2)
25 
26 #define KAATCP_PARSER_MAX_MESSAGE_LENGTH 999
27 
28 #define KAA_MAX_LOG_MESSAGE_LENGTH 247
29 
30 #endif /* ESP8266_DEFAULTS_H_ */