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:
parent
9660245108
commit
f2d5d4274b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue