commit | 46af170e41d534d7d8b90b50667879d741359d95 | [log] [tgz] |
---|---|---|
author | Pieter Baauw <piba.nl.dev@gmail.com> | Fri Feb 12 14:35:20 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Feb 17 10:19:08 2016 +0100 |
tree | a101bafa8f7704beafea16ff1dc0174bbd11010a | |
parent | 7a91a0e1e52552b0c90506b9e5da1eceb9f23a38 [diff] |
MINOR: mailers: increase default timeout to 10 seconds This allows the tcp connection to send multiple SYN packets, so 1 lost packet does not cause the mail to be lost. It changes the socket timeout from 2 to 10 seconds, this allows for 3 syn packets to be send and waiting a little for their reply. This patch should be backported to 1.6. Acked-by: Simon Horman <horms@verge.net.au>