﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
45	add rref.getPeer() to learn IAddress of remote peer	Brian Warner		"For logging purposes, it would be nice if it were easy to find out the IP address and port number of the remote end of a !RemoteReference's connection. The current technique is:
{{{
    addr = rref.tracker.broker.transport.getPeer()
}}}

which returns a {{{twisted.internet.interfaces.IAddress}}} provider, meaning that if it is an !IPv4Address then you can look at its .host (dotted-quad string) and .port (int) attributes. (some day, if/when we add UNIX-domain or IPv6 support, it might be instances of a different class, and those attributes may not be valid).
"	enhancement	closed	major	0.2.8	usability	0.2.4	fixed		
