Github user ted-ross commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/106#discussion_r81817075
--- Diff: include/qpid/dispatch/server.h ---
@@ -418,6 +418,22 @@ typedef struct qd_server_config_t {
uint32_t max_frame_size;
/**
+ * The max_sessions value is the number of sessions allowed on the
Connection.
+ * This value minus one is the Open performative channel-max setting.
+ */
+ uint32_t max_sessions;
--- End diff --
What will be do with the value 0? Should we use channel_max to avoid this
question?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]