VirtualBox

Changeset 14163 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Nov 13, 2008 9:11:05 AM (16 years ago)
Author:
vboxsync
Message:

reseting event for unused sockets was added at the end of polling loops for TCP and UDP

File:
1 edited

Legend:

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

    r14161 r14163  
    463463#endif
    464464                        }
     465#if defined(VBOX_WITH_SIMPLEFIED_SLIRP_SYNC) && defined(RT_OS_WINDOWS)
     466                        WSAEventSelect(so->s, NULL, 0);
     467#endif
    465468                }
    466469
     
    501504#endif
    502505                        }
     506#if defined(VBOX_WITH_SIMPLEFIED_SLIRP_SYNC) && defined(RT_OS_WINDOWS)
     507                        WSAEventSelect(so->s, NULL, 0);
     508#endif
    503509                }
    504510        }
Note: See TracChangeset for help on using the changeset viewer.

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