]> git.proxmox.com Git - qemu.git/commit
usb-redir: Try to keep our buffer size near the target size
authorHans de Goede <hdegoede@redhat.com>
Tue, 10 Jan 2012 13:13:07 +0000 (14:13 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 17 Jan 2012 08:44:51 +0000 (09:44 +0100)
commit81fd7b7495d2a4c92483ed14075e376729c94ab4
treea867066898730119fd03c2aba1608a34f3b46939
parente15378847919144b99ead1587a54168f1dd3ddf9
usb-redir: Try to keep our buffer size near the target size

Before this patch we would allow the (iso) buffer to grow unlimited
(and it would under certain circumstances) leading to way too high
latencies for iso data streams.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
usb-redir.c