]> git.saurik.com Git - wxWidgets.git/commitdiff
Note wxSOCKET_REUSEADDR and SetLocal/Connection changes [ Result of extended patch...
authorKevin Hock <hockkn@yahoo.com>
Sun, 12 Feb 2006 00:46:14 +0000 (00:46 +0000)
committerKevin Hock <hockkn@yahoo.com>
Sun, 12 Feb 2006 00:46:14 +0000 (00:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index c286f988a1bb486e82639bde0619081bd23cd4ef..debade9ee99acdae15c3b337fd4985a62d9baec7 100644 (file)
@@ -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):