Github user ted-ross commented on a diff in the pull request:

    https://github.com/apache/qpid-dispatch/pull/106#discussion_r81816919
  
    --- 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;
    +
    +    /**
    +     * The max_session_window value is the maximum number of outstanding 
octets that are
    --- End diff --
    
    Might it be easier to explain this if the units were frames instead of 
octets?


---
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]

Reply via email to