diff options
| -rw-r--r-- | fpm/fpm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ /* * Largest message that can be sent to or received from the FPM. */ -#define FPM_MAX_MSG_LEN 4096 +#define FPM_MAX_MSG_LEN MAX(MULTIPATH_NUM * 32, 4096) #ifdef __SUNPRO_C #pragma pack(1) |
