diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-12 21:08:43 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-12 21:08:43 -0500 |
commit | bba995e6660dbb49876886278f71d7d5a85f5f88 (patch) | |
tree | 3034169bbd70b8f46d410db2adafa379bcb08627 /src/or/connection_edge.h | |
parent | 715fdfcb7b44ae6fdad886e688708ec0d483a1f8 (diff) | |
download | tor-bba995e6660dbb49876886278f71d7d5a85f5f88.tar.gz tor-bba995e6660dbb49876886278f71d7d5a85f5f88.zip |
Begin writing unit tests for rewrite code
Diffstat (limited to 'src/or/connection_edge.h')
-rw-r--r-- | src/or/connection_edge.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/connection_edge.h b/src/or/connection_edge.h index af564cec0c..d4a20e7f96 100644 --- a/src/or/connection_edge.h +++ b/src/or/connection_edge.h @@ -151,7 +151,8 @@ typedef struct { */ char orig_address[MAX_SOCKS_ADDR_LEN]; /** True iff the address has been automatically remapped to a local - * address in VirtualAddrNetwork */ + * address in VirtualAddrNetwork. (Only set true the first time we + * do the mapping.) */ int automap; /** If this connection has a .exit address, who put it there? */ addressmap_entry_source_t exit_source; |