Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d157b1d

Browse files
committed
SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets. Will backport
1 parent c5cdcba commit d157b1d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/lib/libsocket.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ \section{\module{socket} ---
77

88
This module provides access to the BSD \emph{socket} interface.
99
It is available on all modern \UNIX{} systems, Windows, MacOS, BeOS,
10-
OS/2, and probably additional platforms.
10+
OS/2, and probably additional platforms. \note{Some behavior may be
11+
platform dependent, since calls are made to the operating system socket APIs.}
1112

1213
For an introduction to socket programming (in C), see the following
1314
papers: \citetitle{An Introductory 4.3BSD Interprocess Communication

0 commit comments

Comments
 (0)