http://bugs.winehq.org/show_bug.cgi?id=32328
Bug #: 32328 Summary: Many Silverlight websites loop forever querying the interface list Product: Wine Version: 1.5.18 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: winsock AssignedTo: wine-bugs@winehq.org ReportedBy: ehoover@mines.edu Classification: Unclassified
A lot of Silverlight websites set up a thread that queries the socket option SIO_ADDRESS_LIST_CHANGE to be informed about changes to the interface list. Currently these applications loop forever querying SIO_ADDRESS_LIST_CHANGE, since the overlapped handle gets triggered automatically. At the very least this routine should not trigger the overlapped handle, but it would be better to implement this functionality by passing the overlapped handle to one if the IP helper routines like NotifyAddrChange.