diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-08 04:02:13 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-08 04:02:13 -0600 |
commit | db1b4b4cc41c84ec4c8e11418431a1ab2a1001c5 (patch) | |
tree | 54fa10580413b4b1dfbd9b22a52fffca834f772e /lib9p/tests/test_compile_config/config.h | |
parent | bc1c776e238fb15444f7aa74da9c4d0edc50906b (diff) | |
parent | 53d0b11262177cd212803fc9330e055871c348b3 (diff) |
Merge remote-tracking branch 'origin/main' into lukeshu/fix-obj-box
Diffstat (limited to 'lib9p/tests/test_compile_config/config.h')
-rw-r--r-- | lib9p/tests/test_compile_config/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/tests/test_compile_config/config.h b/lib9p/tests/test_compile_config/config.h index 02cb8e5..cb3709e 100644 --- a/lib9p/tests/test_compile_config/config.h +++ b/lib9p/tests/test_compile_config/config.h @@ -9,11 +9,11 @@ /* 9P *************************************************************************/ -#define CONFIG_9P_MAX_ERR_SIZE 128 #define CONFIG_9P_MAX_9P2000_e_WELEM 16 /* 9P_SRV *********************************************************************/ +#define CONFIG_9P_SRV_MAX_ERR_SIZE 128 #define CONFIG_9P_SRV_MAX_MSG_SIZE ((4*1024)+24) #define CONFIG_9P_SRV_MAX_HOSTMSG_SIZE CONFIG_9P_SRV_MAX_MSG_SIZE+16 |