Add schannel support (win32 only)

Fix a couple compile warnings.
Extend features timeout to 5 seconds.
This commit is contained in:
James Canete
2007-11-05 02:30:04 +00:00
parent f45380bb23
commit 1f453d2ecf
5 changed files with 552 additions and 7 deletions

View File

@@ -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 */