replaced my recent GSocket_SetReuseAddr() addition with GSocket_SetReusable() from...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Jul 2004 17:06:01 +0000 (17:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Jul 2004 17:06:01 +0000 (17:06 +0000)
commit74c481d11721fb42343c6b79996478a2ebacde3a
tree80f175f740b0f1effa8a42079724d99ead0a5857
parent733a25f0f454eefbb1392faad986d8dde7919230
replaced my recent GSocket_SetReuseAddr() addition with GSocket_SetReusable() from the patch 992473; it also adds and documents wxSOCKET_REUSEADDR flag

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/socket.tex
include/wx/gsocket.h
include/wx/msw/gsockmsw.h
include/wx/socket.h
src/common/socket.cpp
src/unix/gsocket.c