mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-25 14:56:22 +00:00
Add schannel support (win32 only)
Fix a couple compile warnings. Extend features timeout to 5 seconds.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#endif
|
||||
|
||||
/* FIXME: these should be configurable */
|
||||
#define FEATURES_TIMEOUT 2000 /* 2 seconds */
|
||||
#define FEATURES_TIMEOUT 5000 /* 5 seconds */
|
||||
#define BIND_TIMEOUT 2000 /* 2 seconds */
|
||||
#define SESSION_TIMEOUT 15000 /* 15 seconds */
|
||||
#define LEGACY_TIMEOUT 2000 /* 2 seconds */
|
||||
|
||||
Reference in New Issue
Block a user