aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/doc/src/diameter_tcp.xml
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2011-09-20 09:48:00 +0200
committerAnders Svensson <[email protected]>2011-09-26 15:47:55 +0200
commit951e8fecc4641a2ab62653c56adc74d54fafd83a (patch)
tree048af03bd857b79824d77cca71c325b5dbad5a9d /lib/diameter/doc/src/diameter_tcp.xml
parent97f3a064f27843a9f825210c1c7a27075b7b3ad7 (diff)
downloadotp-951e8fecc4641a2ab62653c56adc74d54fafd83a.tar.gz
otp-951e8fecc4641a2ab62653c56adc74d54fafd83a.tar.bz2
otp-951e8fecc4641a2ab62653c56adc74d54fafd83a.zip
Minor documentation fixes
Connector/listener -> connecting/listening transport.
Diffstat (limited to 'lib/diameter/doc/src/diameter_tcp.xml')
-rw-r--r--lib/diameter/doc/src/diameter_tcp.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/diameter/doc/src/diameter_tcp.xml b/lib/diameter/doc/src/diameter_tcp.xml
index 5d6e07b1b8..a502e53972 100644
--- a/lib/diameter/doc/src/diameter_tcp.xml
+++ b/lib/diameter/doc/src/diameter_tcp.xml
@@ -74,13 +74,14 @@ marker="diameter_transport#start">diameter_transport(3)</seealso>.</p>
<p>
The only diameter_tcp-specific argument is the options list.
Options <c>raddr</c> and <c>rport</c> specify the remote address
-and port for a connector and not valid for a listener.
+and port for a connecting transport and not valid for a listening
+transport.
Remaining options are any accepted by gen_tcp:connect/3 for
-a connector, or gen_tcp:listen/2 for a listener, with the exception
-of <c>binary</c>, <c>packet</c> and <c>active</c>.
-Also, option <c>port</c> can be specified for a listener to specify the
-local listening port, the default being the standardized 3868 if
-unspecified.
+a connecting transport, or gen_tcp:listen/2 for a listening transport,
+with the exception of <c>binary</c>, <c>packet</c> and <c>active</c>.
+Also, option <c>port</c> can be specified for a listening transport
+to specify the local listening port, the default being the standardized
+3868 if unspecified.
Note that option <c>ip</c> specifies the local address.</p>
<p>