Fix waiting for IO on UDP sockets.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Jul 2010 23:33:40 +0000 (23:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Jul 2010 23:33:40 +0000 (23:33 +0000)
commit1632883f9ae83cb0f75b82432ab1f8ca7cfae451
tree8711d8015d41c59cfde2d1a601c5e9d99976aaa7
parent9741fd45f734ea30e094f5b15f092b8394621204
Fix waiting for IO on UDP sockets.

We mistakenly considered them closed because they were not connected but UDP
sockets don't have to be -- unlike TCP ones.

Closes #11384.

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