[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/3] slirp: fill mainloop with more precise timeout
From: |
Liu Ping Fan |
Subject: |
[Qemu-devel] [PATCH 0/3] slirp: fill mainloop with more precise timeout value |
Date: |
Tue, 13 Aug 2013 11:15:38 +0800 |
These patches is separated from "[PATCH v1 0/5] make slirp subsystem
self-contained", as Paolo suggested.
lists.nongnu.org/archive/html/qemu-devel/2013-08/msg00980.html
With them, we can fill the timeout of mainloop more precise, when slirp has to
emulate tcp timeout
problem.
Liu Ping Fan (3):
slirp: make timeout local
slirp: define timeout as macro
slirp: fill mainloop timeout with more precise value
main-loop.c | 2 +-
slirp/slirp.c | 43 +++++++++++++++++++++++++++++++------------
slirp/slirp.h | 3 +++
3 files changed, 35 insertions(+), 13 deletions(-)
--
1.8.1.4
- [Qemu-devel] [PATCH 0/3] slirp: fill mainloop with more precise timeout value,
Liu Ping Fan <=