fcserver: Limit the number of frames to queue as USB transactions
This can get out of hand if the client is producing frames faster than our USB device accepts them, leading to large kernel-space queues and high latency. This patch causes intermediate frames to be dropped, but it will always update the device with the latest frame buffer state.
Loading
Please register or sign in to comment