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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user