1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-25 11:55:43 +00:00

slirp: Fix slow/choppy data flow.

This commit is contained in:
Mark Pizzolato
2015-10-16 05:10:30 -07:00
parent 79f50fa6bb
commit 5c117caaed
2 changed files with 2 additions and 0 deletions

View File

@@ -1651,6 +1651,7 @@ while (dev->handle) {
#ifdef HAVE_SLIRP_NETWORK
case ETH_API_NAT:
sim_slirp_dispatch ((SLIRP*)dev->handle);
status = 1;
break;
#endif /* HAVE_SLIRP_NETWORK */
case ETH_API_UDP: