shutdown sockets gracefully instead of doing it with TCP reset (patch 1682438) [backport from HEAD]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-17 02:15:31 +00:00
parent 25a07ef892
commit a3e7853b08
3 changed files with 6 additions and 2 deletions

View File

@@ -91,6 +91,10 @@ Major new features in 2.8 release
2.8.3
-----
All:
- Shut down the sockets gracefully (Sergio Aguayo)
wxMac
- Corrected top border size for wxStaticBox with empty label (nusi).