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

cliffjansen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/main by this push:
     new 50c10c6d7 PROTON-2640: fix JIRA ref on previous commit for default max 
frame size
50c10c6d7 is described below

commit 50c10c6d769dbf440ae5a760379ad0103881aa8e
Author: Clifford Jansen <cliffjan...@apache.org>
AuthorDate: Mon Oct 31 10:26:27 2022 -0700

    PROTON-2640: fix JIRA ref on previous commit for default max frame size
---
 c/src/core/engine-internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c/src/core/engine-internal.h b/c/src/core/engine-internal.h
index 56cf4d6fd..5ff6ae4ce 100644
--- a/c/src/core/engine-internal.h
+++ b/c/src/core/engine-internal.h
@@ -140,7 +140,7 @@ struct pn_transport_t {
   pn_data_t *remote_desired_capabilities;
   pn_data_t *remote_properties;
   pn_data_t *disp_data;
-  // DEFAULT_MAX_FRAME_SIZE see PROTON-2460
+  // DEFAULT_MAX_FRAME_SIZE see PROTON-2640
 #define PN_DEFAULT_MAX_FRAME_SIZE (32*1024)
   uint32_t   local_max_frame;
   uint32_t   remote_max_frame;


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

Reply via email to