From be4cc2f80aaeb202f7fc63ff0e729b428fbcdcd0 Mon Sep 17 00:00:00 2001 From: Ian Barber Date: Tue, 20 Nov 2012 19:10:47 +0000 Subject: [PATCH] Update zmq_tcp to include a reference to RFC Include a note with a link to ZMQ RFC 15 for the ZMTP protocol description. --- doc/zmq_tcp.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/zmq_tcp.txt b/doc/zmq_tcp.txt index a87aaa0c..1602ede3 100644 --- a/doc/zmq_tcp.txt +++ b/doc/zmq_tcp.txt @@ -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 EXAMPLES --------