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

2013-08-28 Thread Jan Kiszka
On 2013-08-25 04:01, Liu Ping Fan wrote: > With this series, we can set the mainloop timeout more precisely when slirp > has > to emulate tcp timeout problem. > > v4: > use macro TIMEOUT_DEFAULT to define the default timeout of slirp and > document it. > > v3: > fix comment: document timeou

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

2013-08-24 Thread Liu Ping Fan
With this series, we can set the mainloop timeout more precisely when slirp has to emulate tcp timeout problem. v4: use macro TIMEOUT_DEFAULT to define the default timeout of slirp and document it. v3: fix comment: document timeout unit "milliseconds" fix logic: no slirps, no timeout modif