Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5cdcba commit d157b1dCopy full SHA for d157b1d
1 file changed
Doc/lib/libsocket.tex
@@ -7,7 +7,8 @@ \section{\module{socket} ---
7
8
This module provides access to the BSD \emph{socket} interface.
9
It is available on all modern \UNIX{} systems, Windows, MacOS, BeOS,
10
-OS/2, and probably additional platforms.
+OS/2, and probably additional platforms. \note{Some behavior may be
11
+platform dependent, since calls are made to the operating system socket APIs.}
12
13
For an introduction to socket programming (in C), see the following
14
papers: \citetitle{An Introductory 4.3BSD Interprocess Communication
0 commit comments