diff options
author | Roger Dingledine <arma@torproject.org> | 2005-03-19 04:38:59 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-03-19 04:38:59 +0000 |
commit | ec7f232b242d4291219ed3cb8dc272d904d02c34 (patch) | |
tree | cc5768eea66aa789c9ef9b1c3fc2054c45a68283 /src/or/or.h | |
parent | b004eda10c7ee5b67c5d764d4fe5b2569c8ce61a (diff) | |
download | tor-ec7f232b242d4291219ed3cb8dc272d904d02c34.tar.gz tor-ec7f232b242d4291219ed3cb8dc272d904d02c34.zip |
make hidden services more likely to work from the server-side
svn:r3781
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 76261f1c66..7e02496e2c 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -786,6 +786,8 @@ typedef struct { struct crypt_path_t *pending_final_cpath; /** How many times has building a circuit for this task failed? */ int failure_count; + /** At what time should we give up on this task? */ + time_t expiry_time; } cpath_build_state_t; #define CIRCUIT_MAGIC 0x35315243u |