mirror of
https://github.com/sol1/rustguac.git
synced 2026-09-10 17:47:13 +00:00
f43738f54a
Frame dropping at queue depth 5 triggered during normal operation and broke the H.264 reference chain, corrupting output until the next keyframe. Remove frame dropping entirely — sync gating alone provides sufficient flow control by delaying the sync response until decodes complete, giving guacd accurate backpressure.