projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30cb9a4
)
wolfSSL: Bump MAX_SHUTDOWN_ATTEMPTS to 5 as an experiment
author
Fabian Keil
<fk@fabiankeil.de>
Mon, 1 Apr 2024 11:46:39 +0000
(13:46 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Mon, 1 Apr 2024 11:51:23 +0000
(13:51 +0200)
wolfssl.c
patch
|
blob
|
history
diff --git
a/wolfssl.c
b/wolfssl.c
index
ede2047
..
f011491
100644
(file)
--- a/
wolfssl.c
+++ b/
wolfssl.c
@@
-960,7
+960,7
@@
static void shutdown_connection(WOLFSSL *ssl, const char *type)
int shutdown_attempts = 0;
int ret;
int fd;
- enum { MAX_SHUTDOWN_ATTEMPTS =
2
};
+ enum { MAX_SHUTDOWN_ATTEMPTS =
5
};
fd = wolfSSL_get_fd(ssl);