From 14867ef618386d5008adf19b8d7a76e56f869145 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?=
Determines the size of the user-level software buffer used by
- the SCTP driver. Not to be confused with
Sets the Type-Of-Service field on the IP datagrams being sent,
to the given value, which effectively determines a prioritization
@@ -567,19 +556,8 @@
Determines the timeout in seconds for flushing unsent data in the
-
The size, in bytes, of the *kernel* send buffer for this socket. Sending errors would occur for datagrams larger than diff --git a/lib/kernel/doc/src/gen_tcp.xml b/lib/kernel/doc/src/gen_tcp.xml index cf97607af1..32a0f9b0d7 100644 --- a/lib/kernel/doc/src/gen_tcp.xml +++ b/lib/kernel/doc/src/gen_tcp.xml @@ -96,37 +96,42 @@ do_recv(Sock, Bs) -> can be either a hostname, or an IP address.
The available options are:
Received
Received
If the host has several network interfaces, this option specifies which one to use.
Specify which local port number to use.
-If a socket has somehow been connected without using
TODO: Document
+Set up the socket for IPv4.
+Set up the socket for IPv6.
Set up the socket for IPv4.
+Specify which local port number to use.
TODO: Document
+See
diff --git a/lib/kernel/doc/src/gen_udp.xml b/lib/kernel/doc/src/gen_udp.xml
index daa9b7d887..0b2cd3d765 100644
--- a/lib/kernel/doc/src/gen_udp.xml
+++ b/lib/kernel/doc/src/gen_udp.xml
@@ -86,6 +86,44 @@
Set up the socket for IPv4. Set the local device for a multicast socket.
+ When
+ The
+ Datagrams with a TTL of 1 are not forwarded beyond the local
+ network.
+ Join a multicast group. Leave multicast group. See
diff --git a/lib/kernel/doc/src/inet.xml b/lib/kernel/doc/src/inet.xml
index bf6c4cfb1a..05946f1f18 100644
--- a/lib/kernel/doc/src/inet.xml
+++ b/lib/kernel/doc/src/inet.xml
@@ -445,10 +445,27 @@ fe80::204:acff:fe17:bf38
flow control; the other side will not be able send
faster than the receiver can read. TODO: Document Enable/disable permission to send broadcasts. Determines the size of the user-level software buffer used by
+ the driver. Not to be confused with Normally, when an Erlang process sends to a socket,
@@ -463,10 +480,19 @@ fe80::204:acff:fe17:bf38
real property of the socket. Needless to say it is an
implementation specific option. Default is When Enable/disable routing bypass for outgoing messages. By default this option is set to
Default: 1
+
This option is only meaningful if the
+ Sender is forced busy if sent and equeued data
+ readched the highwater mark.
+
Default: 8192 kB.
+
Enables/disables periodic transmission on a connected @@ -495,6 +531,41 @@ fe80::204:acff:fe17:bf38 considered broken and an error message will be sent to the controlling process. Default disabled.
Determines the timeout in seconds for flushing unsent data in the
+
+ If the port has reached its
Default: 4096 kB.
+
Received
Received
Received
If
Set the protocol-defined priority for all packets to be sent + on this socket.
+See below.
+Sets the max number of UDP packets to read without @@ -589,7 +670,7 @@ fe80::204:acff:fe17:bf38 high the system can become unresponsive due to UDP packet flooding.
Gives the size of the receive buffer to use for the socket.
@@ -620,7 +701,7 @@ fe80::204:acff:fe17:bf38 Default isGives the size of the send buffer to use for the socket.
In addition to the options mentioned above, raw option specifications can be used. The raw options are specified as a tuple of arity four, beginning with the tag -- cgit v1.2.3