VirtualBox

Ignore:
Timestamp:
Nov 12, 2008 8:06:04 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39202
Message:

timer updates on WSAWaitForMultipleEvents TIMEWAIT was added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.c

    r14119 r14121  
    559559        WSANETWORKEVENTS NetworkEvents;                 
    560560        int rc;
     561        int timer_update = (readfds == NULL && writefds == NULL && xfds == NULL);
    561562#endif
    562563
     
    578579                }
    579580        }
     581#if defined(VBOX_WITH_SIMPLEFIED_SLIRP_SYNC) && defined(RT_OS_WINDOWS)
     582        if (timer_update) return;
     583#endif
    580584
    581585        /*
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette