diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-04-06 22:05:49 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-04-06 22:05:49 +0000 |
commit | f24519e4b9aeb39cbed50283936b86220c199e81 (patch) | |
tree | 4bc790ec74dc9ed9bd93efc24977468494d7113f /src/or/or.h | |
parent | 95f0e36f0818ba703731cf6e026fc4f9a4eaa9f7 (diff) | |
download | tor-f24519e4b9aeb39cbed50283936b86220c199e81.tar tor-f24519e4b9aeb39cbed50283936b86220c199e81.tar.gz |
Set correct address and port mappings on outgoing rendezvous connections
svn:r1513
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index d2aaf75d8..aa5f308bd 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1090,6 +1090,8 @@ void rend_service_intro_is_ready(circuit_t *circuit); int rend_service_intro_established(circuit_t *circuit, const char *request, int request_len); void rend_service_rendezvous_is_ready(circuit_t *circuit); int rend_service_introduce(circuit_t *circuit, const char *request, int request_len); +int rend_service_set_connection_addr_port(connection_t *conn, circuit_t *circ); + /********************************* rendmid.c *******************************/ int rend_mid_establish_intro(circuit_t *circ, const char *request, int request_len); |