GSocket:
authorGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 21 Jan 2000 03:12:59 +0000 (03:12 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 21 Jan 2000 03:12:59 +0000 (03:12 +0000)
commit636c47a7943abd1f67a2d3849754cdc0019f2f34
tree45327b1f1d044d37fa7414783fe721f90a5ecc68
parentd3ea65274fc7a9c96cf71829030bfb324a75a377
GSocket:
- Added lots of comments to both code and headers.
- Restructured some parts of Unix version. Will try to merge with MSW soon
    and have a gsockcmn.c
- Fixed a potential bug in the MSW version of GSocket_Connect when in blocking mode.
- Fixed a potential (different) bug in the corresponding Unix version.
- Now WaitConnection correctly fills out the peer address field.
- Added GAddress_INET_SetAnyAddress (sets address to INADDR_ANY)
- Default address is INADDR_ANY again, not INADDR_NONE; failed hostname lookups
    sets the address to INADDR_NONE.

wxSocket:
- Added some safety checks to the wxPostEvent stuff.

wxIPV4address:
- Added a wxIPV4address::AnyAddress method.

wxIPCConnection and co.:
- Servers bind to INADDR_ANY, instead of binding to localhost.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/sckaddr.h