mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
forward-port the 0.1.0.11 stuff
svn:r4515
This commit is contained in:
@@ -1553,7 +1553,7 @@ connection_exit_connect(connection_t *conn)
|
||||
uint16_t port;
|
||||
|
||||
if (!connection_edge_is_rendezvous_stream(conn) &&
|
||||
router_compare_to_my_exit_policy(conn) == ADDR_POLICY_REJECTED) {
|
||||
router_compare_to_my_exit_policy(conn)) {
|
||||
log_fn(LOG_INFO,"%s:%d failed exit policy. Closing.",
|
||||
safe_str(conn->address), conn->port);
|
||||
connection_edge_end(conn, END_STREAM_REASON_EXITPOLICY, conn->cpath_layer);
|
||||
|
||||
+1
-1
@@ -640,7 +640,7 @@ router_upload_dir_desc_to_dirservers(int force)
|
||||
}
|
||||
|
||||
/** OR only: Check whether my exit policy says to allow connection to
|
||||
* conn. Return false if we accept; true if we reject.
|
||||
* conn. Return 0 if we accept; non-0 if we reject.
|
||||
*/
|
||||
int
|
||||
router_compare_to_my_exit_policy(connection_t *conn)
|
||||
|
||||
Reference in New Issue
Block a user