From aedf8c534195772f60e7c6409ae045fa20415aef Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 11 Jan 2016 11:59:03 +0100 Subject: [KERNEL/CLIENT] Several minor tweaks and changes - Disable panic timeout that reports errors to block layer by default - Get rid of "is_server" used by old proxy mode, introduce "honor_server_alts" that just controls whether we use alts provided by the server - Allow switching servers when we only have 3 RTT measurements - If using alts provided by server, don't ignore those that come from other servers than the initial one --- src/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index f5b550c..c6405b5 100644 --- a/src/config.h +++ b/src/config.h @@ -86,7 +86,8 @@ // Number of unsuccessful alt_server probes before read errors are reported to the block layer // (ALL servers will be probed this many times) -#define PROBE_COUNT_TIMEOUT 20 +// Set to 0 to disable +#define PROBE_COUNT_TIMEOUT 0 // +++++ Block Device +++++ #define KERNEL_SECTOR_SIZE 512 -- cgit v1.2.3-55-g7522