[Pdbg] [PATCH v2 3/6] libcronus: Support large replies from sbefifo

Amitay Isaacs amitay at ozlabs.org
Thu Oct 24 12:53:28 AEDT 2019


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 libcronus/request.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcronus/request.c b/libcronus/request.c
index 60f928a..6e6c639 100644
--- a/libcronus/request.c
+++ b/libcronus/request.c
@@ -30,7 +30,7 @@ int cronus_request(struct cronus_context *cctx,
 		   struct cronus_buffer *request,
 		   struct cronus_buffer *reply)
 {
-	uint8_t buf[1024], *ptr;
+	uint8_t buf[8192], *ptr;
 	size_t len = 0;
 	ssize_t n;
 	int ret;
-- 
2.21.0



More information about the Pdbg mailing list