visionipc: increase max fds to 128

This commit is contained in:
Adeeb Shihadeh
2021-07-10 14:30:59 -07:00
parent 2f64d4902e
commit e68da2f7d6

View File

@@ -3,7 +3,7 @@
#include <cstdint>
#include <cstddef>
constexpr int VISIONIPC_MAX_FDS = 64;
constexpr int VISIONIPC_MAX_FDS = 128;
struct VisionIpcBufExtra {
uint32_t frame_id;