And even more.
This commit is contained in:
@@ -180,8 +180,10 @@ poll_thread(void *arg)
|
|||||||
/* Request ownership of the device. */
|
/* Request ownership of the device. */
|
||||||
network_wait(1);
|
network_wait(1);
|
||||||
|
|
||||||
|
#if 0
|
||||||
/* Wait for a poll request. */
|
/* Wait for a poll request. */
|
||||||
network_poll();
|
network_poll();
|
||||||
|
#endif
|
||||||
|
|
||||||
if (pcap == NULL) {
|
if (pcap == NULL) {
|
||||||
network_wait(0);
|
network_wait(0);
|
||||||
|
@@ -362,8 +362,10 @@ poll_thread(void *arg)
|
|||||||
/* Request ownership of the queue. */
|
/* Request ownership of the queue. */
|
||||||
network_wait(1);
|
network_wait(1);
|
||||||
|
|
||||||
|
#if 0
|
||||||
/* Wait for a poll request. */
|
/* Wait for a poll request. */
|
||||||
network_poll();
|
network_poll();
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Stop processing if asked to. */
|
/* Stop processing if asked to. */
|
||||||
if (slirp->stop) {
|
if (slirp->stop) {
|
||||||
|
Reference in New Issue
Block a user