we don't need to use select() in DoWait() if we're receiving notifications about...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 26 Dec 2008 14:39:04 +0000 (14:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 26 Dec 2008 14:39:04 +0000 (14:39 +0000)
commit2f1c8faf2c1d32aebaab24ac7053df9a8b0f69f3
tree21ae3202450ecc41d52e5f98a16681187e0df810
parent5c1193e090c49595b320ac27466a7d202a5994d3
we don't need to use select() in DoWait() if we're receiving notifications about changes on our socket anyhow, this makes the code less efficient and, most importantly, much more confusing than necessary

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/socket.cpp