diff options
| author | Simon Rettberg | 2013-12-20 16:03:12 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-12-20 16:03:12 +0100 |
| commit | 32ca216b49b2417a102457ce54bdd9bb76d6f02d (patch) | |
| tree | 04ade6d7c11b3fd5c28ef0ed446c7e76703b6366 /src/config.h | |
| parent | [SERVER] Fix possible deadlock through printf usage in signal handler (diff) | |
| download | dnbd3-32ca216b49b2417a102457ce54bdd9bb76d6f02d.tar.gz dnbd3-32ca216b49b2417a102457ce54bdd9bb76d6f02d.tar.xz dnbd3-32ca216b49b2417a102457ce54bdd9bb76d6f02d.zip | |
[KERNEL] Improved read timeout handling
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 6342222..45593c2 100644 --- a/src/config.h +++ b/src/config.h @@ -82,7 +82,7 @@ #define TIMER_INTERVAL_KEEPALIVE_PACKET 6 // Expect a keepalive response every X seconds -#define SOCKET_KEEPALIVE_TIMEOUT 7 +#define SOCKET_KEEPALIVE_TIMEOUT 8 // Number of unsuccessful alt_server probes before read errors are reported to the block layer // (ALL servers will be probed this many times) |
