summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorJohann Latocha2012-05-08 19:54:30 +0200
committerJohann Latocha2012-05-08 19:54:30 +0200
commitf0668dc0d5125148ebfda47c9804127c928a2782 (patch)
tree17f2388234633cce86b307d4c3c6fb86e2d0fd33 /src/config.h
parent[ALL] Warning warn_unused_result removed (diff)
downloaddnbd3-f0668dc0d5125148ebfda47c9804127c928a2782.tar.gz
dnbd3-f0668dc0d5125148ebfda47c9804127c928a2782.tar.xz
dnbd3-f0668dc0d5125148ebfda47c9804127c928a2782.zip
[KERNEL] rtt measurement improved
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 58ca9fc..b74ceab 100644
--- a/src/config.h
+++ b/src/config.h
@@ -31,6 +31,7 @@
#define TIMER_INTERVAL_HEARTBEAT 10*HZ
#define TIMER_INTERVAL_PANIC 1*HZ
#define NUMBER_SERVERS 8
+#define RTT_THRESHOLD 1000
// block device
#define KERNEL_SECTOR_SIZE 512