Re: [Spice-devel] [PATCH] vdagent: set timeout for next clipboard chunk instead of complete reception

2012-11-13 Thread Christophe Fergeau
Makes sense to me, ACK On Wed, Nov 07, 2012 at 03:20:46PM +0200, Arnon Gilboa wrote: currently: -handling client disconnect during clipboard data trasfer is buggy -agent also timeouts on large paste from client (10sec) therfore: -reduce VD_CLIPBOARD_TIMEOUT_MS to 3sec from previous

[Spice-devel] [PATCH] vdagent: set timeout for next clipboard chunk instead of complete reception

2012-11-07 Thread Arnon Gilboa
currently: -handling client disconnect during clipboard data trasfer is buggy -agent also timeouts on large paste from client (10sec) therfore: -reduce VD_CLIPBOARD_TIMEOUT_MS to 3sec from previous clipboard chunk -remove _clipboard_event and use _control_event(CONTROL_CLIPBOARD) instead -use