Browse Source

Document that unneeded transports are ignored.

Suggested by Roger in
https://trac.torproject.org/projects/tor/ticket/5018#comment:11.
David Fifield 12 years ago
parent
commit
2235d65240
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/or/config.c

+ 2 - 1
src/or/config.c

@@ -4220,7 +4220,8 @@ parse_bridge_line(const char *line, int validate_only)
  * <b>line</b>. Return 0 if the line is well-formed, and -1 if it
  * <b>line</b>. Return 0 if the line is well-formed, and -1 if it
  * isn't.
  * isn't.
  *
  *
- * If <b>validate_only</b> is 0, and the line is well-formed:
+ * If <b>validate_only</b> is 0, the line is well-formed, and the
+ * transport is needed by some bridge:
  * - If it's an external proxy line, add the transport described in the line to
  * - If it's an external proxy line, add the transport described in the line to
  * our internal transport list.
  * our internal transport list.
  * - If it's a managed proxy line, launch the managed proxy. */
  * - If it's a managed proxy line, launch the managed proxy. */