summaryrefslogtreecommitdiffstats
path: root/src/clientconfig.h
diff options
context:
space:
mode:
authorFrederic Robra2019-11-14 15:18:32 +0100
committerFrederic Robra2019-11-14 15:18:32 +0100
commitfff87d1c3e19c0a24a3b0d4cff3e9a8f6f140e34 (patch)
tree54de680b694fb5a8b7ea02821f95d1fe8e530127 /src/clientconfig.h
parentbug when sending and release at the same time (diff)
downloaddnbd3-ng-fff87d1c3e19c0a24a3b0d4cff3e9a8f6f140e34.tar.gz
dnbd3-ng-fff87d1c3e19c0a24a3b0d4cff3e9a8f6f140e34.tar.xz
dnbd3-ng-fff87d1c3e19c0a24a3b0d4cff3e9a8f6f140e34.zip
added check for rid and discovery now takes bigger test block
Diffstat (limited to 'src/clientconfig.h')
-rw-r--r--src/clientconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/clientconfig.h b/src/clientconfig.h
index ab1cff8..77252a4 100644
--- a/src/clientconfig.h
+++ b/src/clientconfig.h
@@ -14,6 +14,8 @@
#define RTT_UNKNOWN (RTT_UNREACHABLE / 2)
// This must be a power of two:
#define RTT_BLOCK_SIZE 4096
+// Size of the RTT test block 256k
+#define RTT_TEST_BLOCK_SIZE 262144
#define STARTUP_MODE_DURATION 30
// Interval of several repeating tasks (in seconds)