And even more.

This commit is contained in:
OBattler
2022-02-20 02:03:42 +01:00
parent f06736ed9a
commit 7928bc8c1c
2 changed files with 4 additions and 0 deletions

View File

@@ -180,8 +180,10 @@ poll_thread(void *arg)
/* Request ownership of the device. */
network_wait(1);
#if 0
/* Wait for a poll request. */
network_poll();
#endif
if (pcap == NULL) {
network_wait(0);

View File

@@ -362,8 +362,10 @@ poll_thread(void *arg)
/* Request ownership of the queue. */
network_wait(1);
#if 0
/* Wait for a poll request. */
network_poll();
#endif
/* Stop processing if asked to. */
if (slirp->stop) {