From faea8584311fcb5365c585280e5e9b2364ed121e Mon Sep 17 00:00:00 2001 From: Raimo Niskanen Date: Fri, 2 Sep 2011 10:38:39 +0200 Subject: erts,kernel: Add type stream sockets to SCTP --- lib/kernel/doc/src/gen_sctp.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'lib/kernel/doc/src') diff --git a/lib/kernel/doc/src/gen_sctp.xml b/lib/kernel/doc/src/gen_sctp.xml index 688cd0f78f..b9f23674f0 100644 --- a/lib/kernel/doc/src/gen_sctp.xml +++ b/lib/kernel/doc/src/gen_sctp.xml @@ -254,15 +254,19 @@ - + + Set up a socket to listen.

Sets up a socket to listen on the IP address and port number - it is bound to. IsServer must be true - or false. - In the contrast to TCP, in SCTP there is no listening queue length. - If IsServer is true the socket accepts new associations, i.e. - it will become an SCTP server socket.

+ it is bound to.

+

For type seqpacket sockets (the default) + IsServer must be true or false. + In the contrast to TCP, in SCTP there is no listening queue length. + If IsServer is true the socket accepts new associations, i.e. + it will become an SCTP server socket.

+

For type stream sockets Backlog defines + the backlog queue length just like in TCP.

-- cgit v1.2.3