aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fuse_common.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index 4363e40..dc19083 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -280,13 +280,18 @@ struct fuse_conn_info {
unsigned want;
/**
- * Maximum number of backgrounded requests
+ * Maximum number of backgrounded requests. If you want to
+ * know what this means, please refer to the kernel source
+ * (and, ideally, submit a brief explanation that can be
+ * included here).
*/
unsigned max_background;
/**
-
- * Kernel congestion threshold parameter
+ * Kernel congestion threshold parameter. If you want to
+ * know what this means, please refer to the kernel source
+ * (and, ideally, submit a brief explanation that can be
+ * included here).
*/
unsigned congestion_threshold;