Update zmq_tcp to include a reference to RFC

Include a note with a link to ZMQ RFC 15 for the ZMTP protocol
description.
This commit is contained in:
Ian Barber 2012-11-20 19:10:47 +00:00
parent 7e6c304a98
commit be4cc2f80a

View File

@ -58,6 +58,8 @@ A 'peer address' may be specified by either of the following:
* The DNS name of the peer.
* The IPv4 or IPv6 address of the peer, in its numeric representation.
Note: A description of the ZeroMQ Message Transport Protocol (ZMTP) which is
used by the TCP transport can be found at <http://rfc.zeromq.org/spec:15>
EXAMPLES
--------