From d1d15050454d0d8a43726f05048fda0380a54c01 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 24 Jan 2002 03:03:20 +0000 Subject: [PATCH] Doc. --- socket.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) { -- 2.34.1