]> git.pld-linux.org Git - packages/exim.git/blame_incremental - exim-spam-timeout.patch
Rel 15; upstream fixes
[packages/exim.git] / exim-spam-timeout.patch
... / ...
CommitLineData
1--- exim-4.86/src/spam.c~ 2015-07-23 23:20:37.000000000 +0200
2+++ exim-4.86/src/spam.c 2015-07-29 10:41:57.918864020 +0200
3@@ -344,7 +344,7 @@ start = time(NULL);
4 for (;;)
5 {
6 /*XXX could potentially use TFO early-data here */
7- if ( (spamd_cctx.sock = ip_streamsocket(sd->hostspec, &errstr, 5, NULL)) >= 0
8+ if ( (spamd_cctx.sock = ip_streamsocket(sd->hostspec, &errstr, 15, NULL)) >= 0
9 || sd->retry <= 0
10 )
11 break;
12
This page took 0.023458 seconds and 4 git commands to generate.