disable the events when we get a notification about socket being ready for IO and...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 2 Jan 2009 21:53:30 +0000 (21:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 2 Jan 2009 21:53:30 +0000 (21:53 +0000)
commitdf21920b800cf87bce324de8a2f2aef878fbbf80
tree0d111d1d3cbe15bb5d37120c9426ad736d1ebb24
parent41285bc82f2e1df2fb99e3a77b4577aa36f860e9
disable the events when we get a notification about socket being ready for IO and reenable them later after performing the IO in the Unix version to avoid continuous flood of ready notifications

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/private/sockmsw.h
include/wx/private/socket.h
include/wx/unix/private/sockunix.h
src/common/socket.cpp
src/unix/sockunix.cpp