try to improve

see: #23
This commit is contained in:
Markus Sattler
2015-12-05 11:43:03 +01:00
parent 92a63e9129
commit 7a22dad9d1
4 changed files with 28 additions and 16 deletions

View File

@ -44,7 +44,7 @@
#endif
#define WEBSOCKETS_MAX_DATA_SIZE (15*1024)
#define WEBSOCKETS_TCP_TIMEOUT (1000)
#define WEBSOCKETS_TCP_TIMEOUT (1500)
typedef enum {
WSC_NOT_CONNECTED,