diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-09 22:34:55 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-09 22:34:55 +0200 |
commit | a7a9cbdc136cb0f5cb67b94fb76dc3b6a9ca6c62 (patch) | |
tree | 1bc89eedfa2dc4254c2cbe4131553e4aa350b785 /doc/gawk.texi | |
parent | 759ab08ef5dc236428c427f1fbe5e7cc491e4485 (diff) | |
download | egawk-a7a9cbdc136cb0f5cb67b94fb76dc3b6a9ca6c62.tar.gz egawk-a7a9cbdc136cb0f5cb67b94fb76dc3b6a9ca6c62.tar.bz2 egawk-a7a9cbdc136cb0f5cb67b94fb76dc3b6a9ca6c62.zip |
Restore IPv4/IPv6. Remove raw sockets.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index e1100b5a..1e7e2cff 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -18242,14 +18242,10 @@ Plain @samp{/inet/} (which used to be the only option) uses the system default, most likely IPv4. @item protocol -The protocol to use over IP. This must be either @samp{tcp}, -@samp{udp}, or @samp{raw}, for a TCP, UDP, or raw IP connection, +The protocol to use over IP. This must be either @samp{tcp}, or +@samp{udp}, for a TCP or UDP IP connection, respectively. The use of TCP is recommended for most applications. -@cindex raw sockets -@cindex sockets -@strong{Caution:} The use of raw sockets is not currently supported. - @item local-port @cindex @code{getaddrinfo()} function (C library) The local TCP or UDP port number to use. Use a port number of @samp{0} @@ -18270,8 +18266,9 @@ service name. @end table @quotation NOTE -Failure in opening a two-way socket will result in a non-fatal error being returned -to the calling code. The value of @code{ERRNO} indicates the error (@pxref{Auto-set}). +Failure in opening a two-way socket will result in a non-fatal error +being returned to the calling code. The value of @code{ERRNO} indicates +the error (@pxref{Auto-set}). @end quotation Consider the following very simple example: @@ -26313,6 +26310,7 @@ The @code{patsplit()} function @item The @file{/inet4} and @samp{/inet6} special files for TCP/IP networking using @samp{|&} to specify which version of the IP protocol to use. +The option to use a raw IP socket was removed, since it was never implemented (@pxref{TCP/IP Networking}). @item |