We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb3104e + 32563ee commit 077b576Copy full SHA for 077b576
1 file changed
examples/posix/wh_posix_cfg.h
@@ -24,8 +24,8 @@
24
* =========================================== */
25
26
/* Request and Response Buffer Sizes */
27
-#define WH_POSIX_REQ_SIZE 1024
28
-#define WH_POSIX_RESP_SIZE 1024
+#define WH_POSIX_REQ_SIZE 2048
+#define WH_POSIX_RESP_SIZE 2048
29
#define WH_POSIX_DMA_SIZE 8000
30
31
/* Data Buffer Sizes */
0 commit comments