Pārlūkot izejas kodu

r14327@Kushana: nickm | 2007-09-04 20:06:04 -0400
Better comment in dnsserv.c


svn:r11376

Nick Mathewson 16 gadi atpakaļ
vecāks
revīzija
7c47856c9e
1 mainītis faili ar 4 papildinājumiem un 2 dzēšanām
  1. 4 2
      src/or/dnsserv.c

+ 4 - 2
src/or/dnsserv.c

@@ -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"