summaryrefslogtreecommitdiff
path: root/docs/network/README
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-11-05 11:42:17 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-11-05 11:42:17 +0100
commitf98a0dd6e82020efcfd947d519f0b1258cf56938 (patch)
tree71bc5db75116348c3f7e235af71ba8a1a4fd1edc /docs/network/README
parente9ff920e10a7f529625a7ba2471b61cc07d21229 (diff)
downloadwolfbones-f98a0dd6e82020efcfd947d519f0b1258cf56938.tar.gz
wolfbones-f98a0dd6e82020efcfd947d519f0b1258cf56938.tar.bz2
more docu cleanup
Diffstat (limited to 'docs/network/README')
-rw-r--r--docs/network/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/network/README b/docs/network/README
index a1c4ed6..cad30ac 100644
--- a/docs/network/README
+++ b/docs/network/README
@@ -44,3 +44,17 @@ Links:
- async I/O on files, pipes doesn't work on Windows, there we need the
Windows async event interface which doesn't look alike to select
- select is very inefficient on Windows and also limited
+- use POSIX getaddrinfo/getnameinfo as they provide a good top-level interface which
+ is quite portable (even on Windows)
+
+Good code examples:
+- UNPV12e of W. Richard Stevens (Unix Network Programming), the must-read
+- postgresql has a good getaddrinfo replacement for Windows and Cygwin
+- some very helpful tips: www_kame_net_newsletter_19980604.txt
+- use POSIX getaddrinfo/getnameinfo as they provide a good top-level interface which
+ is quite portable (even on Windows)
+
+Good code examples:
+- UNPV12e of W. Richard Stevens (Unix Network Programming), the must-read
+- postgresql has a good getaddrinfo replacement for Windows and Cygwin
+- some very helpful tips: www_kame_net_newsletter_19980604.txt