+1
-1
src/xrt/ipc/shared/ipc_protocol.h
+1
-1
src/xrt/ipc/shared/ipc_protocol.h
···
38
38
#define IPC_MAX_DEVICES 8 // max number of devices we will map using shared mem
39
39
#define IPC_MAX_LAYERS XRT_MAX_LAYERS
40
40
#define IPC_MAX_SLOTS 128
41
41
-
#define IPC_MAX_CLIENTS 8
41
41
+
#define IPC_MAX_CLIENTS 32
42
42
#define IPC_MAX_RAW_VIEWS 32 // Max views that we can get, artificial limit.
43
43
#define IPC_EVENT_QUEUE_SIZE 32
44
44