And even more.
This commit is contained in:
@@ -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);
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user