mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
answer question about rep_hist_note_connect_failed
svn:r2464
This commit is contained in:
parent
afd8b650ee
commit
149f57bdef
@ -195,6 +195,10 @@ void connection_about_to_close_connection(connection_t *conn)
|
|||||||
/* XXX Nick: this still isn't right, because it might be
|
/* XXX Nick: this still isn't right, because it might be
|
||||||
* dying even though we didn't initiate the connect. Can
|
* dying even though we didn't initiate the connect. Can
|
||||||
* you look at this more? -RD XXXX008 -NM*/
|
* you look at this more? -RD XXXX008 -NM*/
|
||||||
|
/* XXX We only set conn->nickname when we initiate the connection, or
|
||||||
|
* when the handshake is complete; so conn->nickname is a good test
|
||||||
|
* for "we initiated the connection", right? -NM */
|
||||||
|
*/
|
||||||
if(conn->nickname)
|
if(conn->nickname)
|
||||||
rep_hist_note_connect_failed(conn->identity_digest, time(NULL));
|
rep_hist_note_connect_failed(conn->identity_digest, time(NULL));
|
||||||
} else if (0) { // XXX reason == CLOSE_REASON_UNUSED_OR_CONN) {
|
} else if (0) { // XXX reason == CLOSE_REASON_UNUSED_OR_CONN) {
|
||||||
|
Loading…
Reference in New Issue
Block a user