The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ipc: bump max clients to 32

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2644>

galister c842075e 962a2863

+1 -1
+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 - #define IPC_MAX_CLIENTS 8 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