From b1c9f8412fcf6261d84cd2043ca0b9cca680112f Mon Sep 17 00:00:00 2001 From: Anders Svensson Date: Thu, 30 Aug 2012 09:45:31 +0200 Subject: Fix/tweak references to other applications --- lib/diameter/doc/src/diameter_sctp.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/diameter/doc/src/diameter_sctp.xml') diff --git a/lib/diameter/doc/src/diameter_sctp.xml b/lib/diameter/doc/src/diameter_sctp.xml index 7e02a07bb4..955169349c 100644 --- a/lib/diameter/doc/src/diameter_sctp.xml +++ b/lib/diameter/doc/src/diameter_sctp.xml @@ -4,7 +4,7 @@
-2011 +20112012 Ericsson AB. All Rights Reserved. @@ -60,9 +60,9 @@ and implements the behaviour documented in Type = connect | accept Ref = diameter:transport_ref() Svc = #diameter_service{} -Opt = {raddr, inet:ip_address()} | {rport, integer()} | term() +Opt = {raddr, inet:ip_address()} | {rport, integer()} | term() Pid = pid() -LAddr = inet:ip_address() +LAddr = inet:ip_address() Reason = term() @@ -81,7 +81,7 @@ More than one raddr option can be specified, in which case the connecting transport in question attempts each in sequence until an association is established. Remaining options are any accepted by gen_sctp:open/1, with the exception +marker="kernel:gen_sctp#open-1">gen_sctp:open/1, with the exception of options mode, binary, list, active and sctp_events. Note that options ip and port specify the local address @@ -99,13 +99,13 @@ connecting transport.

An insufficiently large receive buffer may result in a peer having to resend incoming messages: set the inet option recbuf to increase +marker="kernel:inet">inet(3) option recbuf to increase the buffer size.

An insufficiently large send buffer may result in outgoing messages being discarded: set the inet option sndbuf to increase +marker="kernel:inet">inet(3) option sndbuf to increase the buffer size.

-- cgit v1.2.3