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



##########
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:
       We could - this was the least-risk minimal fix in case we needed to 
backport to 1.15.0.
   
   Going forward we probably need to consider making all router control traffic 
a higher priority than any user-generated traffic.  




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