Re: [Qemu-devel] [PATCH 3/3] slirp: fill mainloop timeout with more precise value

2013-08-13 Thread liu ping fan
On Tue, Aug 13, 2013 at 4:19 PM, Jan Kiszka wrote: > On 2013-08-13 05:15, Liu Ping Fan wrote: >> If slirp needs to emulate tcp timeout, then the timeout value >> for mainloop should be more precise, which is determined by >> slirp's fasttimo or slowtimo. >> >> Signed-off-by: Liu Ping Fan >> --- >

Re: [Qemu-devel] [PATCH 3/3] slirp: fill mainloop timeout with more precise value

2013-08-13 Thread liu ping fan
On Tue, Aug 13, 2013 at 4:29 PM, Jan Kiszka wrote: > On 2013-08-13 10:25, liu ping fan wrote: >> On Tue, Aug 13, 2013 at 4:19 PM, Jan Kiszka wrote: >>> On 2013-08-13 05:15, Liu Ping Fan wrote: If slirp needs to emulate tcp timeout, then the timeout value for mainloop should be more prec

Re: [Qemu-devel] [PATCH 3/3] slirp: fill mainloop timeout with more precise value

2013-08-13 Thread Jan Kiszka
On 2013-08-13 10:25, liu ping fan wrote: > On Tue, Aug 13, 2013 at 4:19 PM, Jan Kiszka wrote: >> On 2013-08-13 05:15, Liu Ping Fan wrote: >>> If slirp needs to emulate tcp timeout, then the timeout value >>> for mainloop should be more precise, which is determined by >>> slirp's fasttimo or slowti

Re: [Qemu-devel] [PATCH 3/3] slirp: fill mainloop timeout with more precise value

2013-08-13 Thread Jan Kiszka
On 2013-08-13 05:15, Liu Ping Fan wrote: > If slirp needs to emulate tcp timeout, then the timeout value > for mainloop should be more precise, which is determined by > slirp's fasttimo or slowtimo. > > Signed-off-by: Liu Ping Fan > --- > main-loop.c | 2 +- > slirp/slirp.c | 18 +

[Qemu-devel] [PATCH 3/3] slirp: fill mainloop timeout with more precise value

2013-08-12 Thread Liu Ping Fan
If slirp needs to emulate tcp timeout, then the timeout value for mainloop should be more precise, which is determined by slirp's fasttimo or slowtimo. Signed-off-by: Liu Ping Fan --- main-loop.c | 2 +- slirp/slirp.c | 18 ++ 2 files changed, 19 insertions(+), 1 deletion(-)