From: Martin Pool Date: Thu, 24 Jan 2002 03:03:20 +0000 (+0000) Subject: Doc. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/d1d15050454d0d8a43726f05048fda0380a54c01 Doc. --- diff --git a/socket.c b/socket.c index a01499eb..8a54911f 100644 --- a/socket.c +++ b/socket.c @@ -596,7 +596,10 @@ static int get_sockaddr_family(const struct sockaddr_storage *ss) /** - * Return the DNS name of the client + * Return the DNS name of the client. + * + * The name is statically cached so that repeated lookups are quick, + * so there is a limit of one lookup per customer. **/ char *client_name(int fd) {