ganeshmurthy commented on a change in pull request #693: DISPATCH-1579: open
dedicated inter-router sessions for data and control links
URL: https://github.com/apache/qpid-dispatch/pull/693#discussion_r384704459
##########
File path: include/qpid/dispatch/container.h
##########
@@ -68,6 +68,32 @@ typedef enum {
} qd_detach_type_t;
+/**
+ * Session Class
+ *
+ * Used when creating new links from the router. A connection maintains a set
+ * of sessions over which links can be created. The session class indicates
Review comment:
The session class is used to obtain the appropriate session from the array
of sessions that are housed in the connection. The maximum number of sessions
in an inter-router connection is QD_SSN_CLASS_COUNT.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]