[Qemu-devel] [PATCH] char: tcp: increase size of buffer that holds data to be sent out

2009-11-02 Thread Amit Shah
1k is too less; at least send out 4k of data from a chardev. Signed-off-by: Amit Shah amit.s...@redhat.com --- qemu-char.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qemu-char.c b/qemu-char.c index 0fd402c..34c0a63 100644 --- a/qemu-char.c +++ b/qemu-char.c @@

Re: [Qemu-devel] [PATCH] char: tcp: increase size of buffer that holds data to be sent out

2009-11-02 Thread Anthony Liguori
Amit Shah wrote: 1k is too less; at least send out 4k of data from a chardev. Why is 1k too small? Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] char: tcp: increase size of buffer that holds data to be sent out

2009-11-02 Thread Amit Shah
On (Mon) Nov 02 2009 [10:52:02], Anthony Liguori wrote: Amit Shah wrote: 1k is too less; at least send out 4k of data from a chardev. Why is 1k too small? Definitely depends on the apps that pump in the data. If an app has data to pump, it will keep pumping as much data as possible (eg,