diff --git a/include/types.h b/include/types.h index 8dc5263d0..8614d035c 100644 --- a/include/types.h +++ b/include/types.h @@ -1629,7 +1629,7 @@ typedef struct loopback_ctx typedef struct mf { - char mf_buf[0x100]; + char mf_buf[0x400]; int mf_len; } mf_t;