documentation update for mingw socket functions
[gnulib.git] / doc / posix-functions / recvfrom.texi
1 @node recvfrom
2 @section @code{recvfrom}
3 @findex recvfrom
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/recvfrom.html}
6
7 Gnulib module: sys_socket
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On Windows platforms (excluding Cygwin), error codes for @code{accept} are not
13 placed in @code{errno}, and @code{WSAGetLastError} must be used instead.
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 Some platforms don't have a @code{socklen_t} type; in this case this function's
20 sixth argument type is @samp{int *}.
21 @end itemize