[Qemu-devel] [PATCH 4/5] usb-redir: Try to keep our buffer size near the target size

2012-01-11 Thread Hans de Goede
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 --- usb-redir.c | 30 +++--- 1 files changed, 27 insertions(+), 3 deletion

[Qemu-devel] [PATCH 4/5] usb-redir: Try to keep our buffer size near the target size

2011-12-22 Thread Hans de Goede
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 --- usb-redir.c | 30 +++--- 1 files changed, 27 insertions(+), 3 deletion