ganeshmurthy commented on a change in pull request #1074:
URL: https://github.com/apache/qpid-dispatch/pull/1074#discussion_r595145390



##########
File path: src/router_core/connections.c
##########
@@ -1443,6 +1443,7 @@ qdr_link_t 
*qdr_connection_new_streaming_link_CT(qdr_core_t *core, qdr_connectio
 
     if (out_link) {
         out_link->streaming = true;
+        out_link->priority = 4;

Review comment:
       Should we instead default the priority field in the qdr_link to 4  ?




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to