You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2021/04/07 17:15:34 UTC

[GitHub] [qpid-dispatch] ChugR commented on a change in pull request #1108: NO-JIRA-YET: Set the buffer size to 4k. Also adjusts Q2 and Q3 accord…

ChugR commented on a change in pull request #1108:
URL: https://github.com/apache/qpid-dispatch/pull/1108#discussion_r608844613



##########
File path: src/buffer.c
##########
@@ -24,8 +24,8 @@
 #include <stdint.h>
 #include <string.h>
 
-
-size_t BUFFER_SIZE     = 512;
+// BUFFER_SIZE is set to 4k

Review comment:
       "size_t BUFFER_SIZE = 4096;" 
   
   stands pretty well on its own and does not need a comment.




-- 
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:
users@infra.apache.org



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