r14327@Kushana: nickm | 2007-09-04 20:06:04 -0400

Better comment in dnsserv.c


svn:r11376
This commit is contained in:
Nick Mathewson 2007-09-05 00:31:01 +00:00
parent 6ba66c2f42
commit 7c47856c9e

View File

@ -5,8 +5,10 @@ const char dnsserv_c_id[] =
"$Id$";
/**
* \file dnservs.c
* \brief Implements client-side DNS proxy server code.
* \file dnservs.c \brief Implements client-side DNS proxy server code. Note:
* this is the DNS Server code, not the Server DNS code. Confused? This code
* runs on client-side, and acts as a DNS server. The code in dns.c, on the
* other hand, runs on Tor servers, and acts as a DNS client.
**/
#include "or.h"