瀏覽代碼

Document ADDRMAPSRC_NONE.

Nick Mathewson 13 年之前
父節點
當前提交
c18b6ec3d4
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/or/or.h

+ 3 - 1
src/or/or.h

@@ -3857,7 +3857,9 @@ typedef enum {
    * Tor server that told us what its value was. */
   ADDRMAPSRC_DNS,
 
-  /** DOCDOC */
+  /** No remapping has occurred.  This isn't a possible value for an
+   * addrmap_entry_t; it's used as a null value when we need to answer "Why
+   * did this remapping happen." */
   ADDRMAPSRC_NONE
 } addressmap_entry_source_t;