don't close UDP socket if it receives an empty datagram (patch 1885472)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-02-09 23:51:38 +00:00
parent 46915bd68a
commit b03cf964a3
2 changed files with 21 additions and 7 deletions

View File

@@ -121,6 +121,7 @@ All (Unix):
- Fixed shared libraries to not depend on GStreamer when built with
--enable-media; only wxMedia library depends on it now.
- wxLaunchDefaultBrowser() now uses xdg-open if available.
- Don't close UDP socket if an empty datagram is received (Mikkel S)
wxMSW: