]> git.saurik.com Git - wxWidgets.git/commit
Respect the REUSEADDR flag to allow rebinding; bind to local port prior to connecting...
authorKevin Hock <hockkn@yahoo.com>
Sat, 11 Feb 2006 23:43:17 +0000 (23:43 +0000)
committerKevin Hock <hockkn@yahoo.com>
Sat, 11 Feb 2006 23:43:17 +0000 (23:43 +0000)
commitc232b3cdc6bd2c2de7731e3fcdc26a376b373533
treec856b6a86c653d895e9bd02bc0b4fe9d1266eb4e
parent33d925b0d96b60febb3ad39295a8da96294a5e16
Respect the REUSEADDR flag to allow rebinding; bind to local port prior to connecting if a local port is specified; add SO_REUSEPORT wherever SO_REUSEADDR is used if SO_REUSEPORT is defined, otherwise reuse fails on BSD systems (e.g. Mac OS X) [ Extension of patch 1415505 ]

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