1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

client: change default connect timeout to 30s

This commit is contained in:
Andy Green 2020-04-26 06:14:41 +01:00
parent 9660245108
commit f2d5d4274b

View file

@ -83,7 +83,7 @@
#define SPEC_LATEST_SUPPORTED 13
#endif
#ifndef AWAITING_TIMEOUT
#define AWAITING_TIMEOUT 20
#define AWAITING_TIMEOUT 30
#endif
#ifndef CIPHERS_LIST_STRING
#define CIPHERS_LIST_STRING "DEFAULT"