You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2020/10/13 19:28:57 UTC

[qpid-dispatch] branch master updated: DISPATCH-1794: Set annotation OUT pad length equal to IN strip/test length

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

chug 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 f60330b  DISPATCH-1794: Set annotation OUT pad length equal to IN strip/test length
f60330b is described below

commit f60330be10b66a47f99bf904412fb18a2ad57b53
Author: Chuck Rolke <ch...@apache.org>
AuthorDate: Tue Oct 13 11:26:29 2020 -0400

    DISPATCH-1794: Set annotation OUT pad length equal to IN strip/test length
---
 src/amqp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/amqp.c b/src/amqp.c
index 0dab017..7c9d9c0 100644
--- a/src/amqp.c
+++ b/src/amqp.c
@@ -31,7 +31,7 @@ const char * const QD_MA_TO      = "x-opt-qd.to";
 const char * const QD_MA_PHASE   = "x-opt-qd.phase";
 const char * const QD_MA_CLASS   = "x-opt-qd.class";
 const int          QD_MA_MAX_KEY_LEN = 16;
-const int          QD_MA_N_KEYS      = 4;  // max number of router annotations to send/receive
+const int          QD_MA_N_KEYS      = 5;  // max number of router annotations to send/receive
 const int          QD_MA_FILTER_LEN  = 5;  // N tailing inbound entries to search for stripping
 
 const char * const QD_CAPABILITY_ROUTER_CONTROL   = "qd.router";


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