Socket sample:
authorGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 21 Jan 2000 03:16:02 +0000 (03:16 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 21 Jan 2000 03:16:02 +0000 (03:16 +0000)
commit6097c3a28a968e4acbdbee90072cc3f4ee65ab74
tree0ce3194561dd6fd10bac00a3e57fc89a5b251727
parent636c47a7943abd1f67a2d3849754cdc0019f2f34
Socket sample:
- Test 3 added to test large transfers involving multiple low level calls.
- Stub for datagram socket tests (not yet in place)

IPC sample:
- Client no longer needs to use GetHostName for DDE and LocalHost for IPC;
now it can just use GetHostName for both (because now the IPC server binds to
INADDR_ANY instead of binding to localhost).
- Fixed once again another warning about wxString objects that can't be
passed through '...'

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/ipc/client.cpp
samples/ipc/server.cpp
samples/sockets/client.cpp
samples/sockets/server.cpp