From: Kevin Hock Date: Sun, 12 Feb 2006 00:46:14 +0000 (+0000) Subject: Note wxSOCKET_REUSEADDR and SetLocal/Connection changes [ Result of extended patch... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/24f4fc23ac54cdbf11b96874b2f0a4efcac5e255?ds=inline Note wxSOCKET_REUSEADDR and SetLocal/Connection changes [ Result of extended patch 1415505 ] git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index c286f988a1..debade9ee9 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -41,6 +41,8 @@ All: - Fixed wxSocketBase::InterruptWait on wxBase. - Important code cleanup (Paul Cornett) - Added support for wxLongLong in wx stream classes (Mark Junker) +- wxSOCKET_REUSEADDR can be used with wxSocketClient. +- Overloaded Connect and SetLocal methods for binding to local address/port. All (GUI):