From: Alon Levy <alon@xxxxxxxxx> Signed-off-by: Alon Levy <alon@xxxxxxxxx> --- server/red-worker.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/red-worker.c b/server/red-worker.c index 91a116e..c6b34cf 100644 --- a/server/red-worker.c +++ b/server/red-worker.c @@ -244,8 +244,8 @@ static int red_process_display(RedWorker *worker, uint32_t max_pipe_size, int *r return n; } - - // TODO: change to average pipe size? + /* this is safe but slow. in the future client groups will rule the world, and + * dial up will live with T1 pipes in harmony */ if (red_channel_max_pipe_size(RED_CHANNEL(worker->display_channel)) > max_pipe_size) { spice_info("too many items in the display clients pipe already"); return n; -- 2.4.3 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel