mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
maybe it should compile too.
svn:r13585
This commit is contained in:
parent
d964beac16
commit
da7f0315e6
@ -10,7 +10,7 @@ Changes in version 0.2.0.20-?? - 2008-02-??
|
||||
and 0.2.0.19-alpha.
|
||||
- If we only ever used Tor for hidden service lookups or posts, we
|
||||
would stop building circuits and start refusing connections after
|
||||
24 hours, since we false believed that Tor was dormant. Reported
|
||||
24 hours, since we falsely believed that Tor was dormant. Reported
|
||||
by nwf; bugfix on 0.1.2.x.
|
||||
|
||||
o Minor features (performance):
|
||||
|
@ -692,7 +692,7 @@ directory_initiate_command(const char *address, uint32_t addr,
|
||||
/* If it's an anonymized connection, remember the fact that we
|
||||
* wanted it for later: maybe we'll want it again soon. */
|
||||
if (anonymized_connection && use_begindir)
|
||||
rep_hist_note_used_internal(now, 0, 1);
|
||||
rep_hist_note_used_internal(time(NULL), 0, 1);
|
||||
else if (anonymized_connection && !use_begindir)
|
||||
rep_hist_note_used_port(time(NULL), conn->_base.port);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user