summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Matveychuk <sem33@yandex-team.ru>2012-02-16 10:03:02 +0900
committerMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:03:02 +0900
commitf9f25ccc2b4a365edc00d922a2aa056cca7fe861 (patch)
tree5fb03cec4eab12a7cdc8623f38aaba563320b034 /doc
parentc71e11bed498926efdcdf022bc560a350e45251c (diff)
Allow to set up a source address for outgoing connections in zmq_connect()
Signed-off-by: Sergey Matveychuk <sem33@yandex-team.ru> Signed-off-by: Martin Sustrik <sustik@250bpm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/xs_tcp.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/xs_tcp.txt b/doc/xs_tcp.txt
index 5d5cbca..b97be08 100644
--- a/doc/xs_tcp.txt
+++ b/doc/xs_tcp.txt
@@ -17,9 +17,10 @@ be your first choice.
ADDRESSING
----------
A Crossroads address string consists of two parts as follows:
-'transport'`://`'endpoint'. The 'transport' part specifies the underlying
-transport protocol to use, and for the TCP transport shall be set to `tcp`.
-The meaning of the 'endpoint' part for the TCP transport is defined below.
+'transport'`://[`'source address'`;]`'endpoint'. The 'transport' part specifies
+the underlying transport protocol to use, and for the TCP transport shall be
+set to `tcp`. 'source address' is optional. The meaning of the 'endpoint' part
+for the TCP transport is defined below.
Assigning a local address to a socket