You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2021/03/16 15:42:21 UTC

[qpid-dispatch] branch master updated: DISPATCH-2001: set streaming link priority to 4

This is an automated email from the ASF dual-hosted git repository.

kgiusti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 499be40  DISPATCH-2001: set streaming link priority to 4
499be40 is described below

commit 499be4030b5ebe65eb6a979ab89b9b4756b18cad
Author: Kenneth Giusti <kg...@apache.org>
AuthorDate: Mon Mar 15 14:46:41 2021 -0400

    DISPATCH-2001: set streaming link priority to 4
    
    Use the default priority when creating streaming links.
    
    This closes #1074
---
 src/router_core/connections.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/router_core/connections.c b/src/router_core/connections.c
index 365c8de..210704b 100644
--- a/src/router_core/connections.c
+++ b/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;
         if (!conn->has_streaming_links) {
             qdr_add_connection_ref(&core->streaming_connections, conn);
             conn->has_streaming_links = true;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org