From cf2bd3b6ae6a987d76144f0c97f9974cbd17ccc0 Mon Sep 17 00:00:00 2001 From: Thomas Rodgers Date: Fri, 16 Jan 2015 15:37:22 -0600 Subject: [PATCH] Expand on 'Peer-Address' property documentation --- doc/zmq_msg_gets.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/zmq_msg_gets.txt b/doc/zmq_msg_gets.txt index b909092b..778bd95d 100644 --- a/doc/zmq_msg_gets.txt +++ b/doc/zmq_msg_gets.txt @@ -28,7 +28,10 @@ function: Socket-Type Identity Resource - Peer-Address + +Additionally, when available for the underlying transport, the *Peer-Address* +property will return the IP address of the remote endpoint as returned by +getnameinfo(2). Other properties may be defined based on the underlying security, see ZAP auththenticated connection sample below.