Re: [Qemu-devel] [PATCH 1/3] slirp: make timeout local

2013-08-13 Thread liu ping fan
On Tue, Aug 13, 2013 at 4:03 PM, Jan Kiszka wrote: > On 2013-08-13 05:15, Liu Ping Fan wrote: >> Each slirp has its own time to caculate timeout. >> >> Signed-off-by: Liu Ping Fan >> --- >> slirp/slirp.c | 22 ++ >> slirp/slirp.h | 3 +++ >> 2 files changed, 13 insertions(+)

Re: [Qemu-devel] [PATCH 1/3] slirp: make timeout local

2013-08-13 Thread Jan Kiszka
On 2013-08-13 05:15, Liu Ping Fan wrote: > Each slirp has its own time to caculate timeout. > > Signed-off-by: Liu Ping Fan > --- > slirp/slirp.c | 22 ++ > slirp/slirp.h | 3 +++ > 2 files changed, 13 insertions(+), 12 deletions(-) > > diff --git a/slirp/slirp.c b/slirp/sl

[Qemu-devel] [PATCH 1/3] slirp: make timeout local

2013-08-12 Thread Liu Ping Fan
Each slirp has its own time to caculate timeout. Signed-off-by: Liu Ping Fan --- slirp/slirp.c | 22 ++ slirp/slirp.h | 3 +++ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/slirp/slirp.c b/slirp/slirp.c index 80b28ea..55654d5 100644 --- a/slirp/slirp.c +++