diff options
author | Roger Dingledine <arma@torproject.org> | 2003-09-12 06:50:21 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-09-12 06:50:21 +0000 |
commit | 1738af96202ebf0a9830893d627c5913a04984a3 (patch) | |
tree | 33ce05d345016ba886ac01f735a29e22941d9152 /src/or/or.h | |
parent | b1078b7a3cdf805b60ceba934fc70610c3a923f4 (diff) | |
download | tor-1738af96202ebf0a9830893d627c5913a04984a3.tar.gz tor-1738af96202ebf0a9830893d627c5913a04984a3.zip |
tls works between routers now too
things are still a bit shaky
svn:r450
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 7f05ec3611..f5a32a94f6 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -583,7 +583,7 @@ int connection_create_listener(struct sockaddr_in *bindaddr, int type); int connection_handle_listener_read(connection_t *conn, int new_type); -int connection_tls_start_handshake(connection_t *conn); +int connection_tls_start_handshake(connection_t *conn, int receiving); /* start all connections that should be up but aren't */ int retry_all_connections(uint16_t or_listenport, uint16_t ap_listenport, uint16_t dir_listenport); |