summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 9512d05735..b93b373ca5 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -673,6 +673,9 @@ struct smbd_server_connection {
* The maximum number of credits we will ever
* grant to the client.
*
+ * Typically we will only grant 1/16th of
+ * max_credits.
+ *
* This is the "server max credits" parameter.
*/
uint16_t max_credits;