From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XM9j9-0007c2-Kz for qemu-devel@nongnu.org; Tue, 26 Aug 2014 01:55:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XM9j3-00006D-Bx for qemu-devel@nongnu.org; Tue, 26 Aug 2014 01:55:31 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:57392) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XM9j3-000068-3e for qemu-devel@nongnu.org; Tue, 26 Aug 2014 01:55:25 -0400 Message-ID: <53FC214A.6070109@msgid.tls.msk.ru> Date: Tue, 26 Aug 2014 09:55:22 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <53F85723.607@msgid.tls.msk.ru> <1408959425.24970.1.camel@nilsson.home.kraxel.org> <1409031625.8727.1.camel@nilsson.home.kraxel.org> In-Reply-To: <1409031625.8727.1.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Bug#758881: [bisected] VNC server can't get all sent chars correctly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , 758881@bugs.debian.org, Marc Cc: Marc Sibson , Gonglei , Gabriele Giacone <1o5g4r8o@gmail.com>, qemu-devel 26.08.2014 09:40, Gerd Hoffmann wrote: > There should be a delay after every character. It can be pretty small. > 10ms should be enough (you should set TCP_NODELAY though to make sure > the key events are not buffered in the network stack). Is this delay qemu-specific (or, rather, virtualization-specific, so to say, when the target - the VNC server - is working with a hardware being emulated), or applies to all VNC servers equally? /mjt