mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch.
svn:r17686
This commit is contained in:
+2
-2
@@ -597,7 +597,7 @@ command_process_netinfo_cell(cell_t *cell, or_connection_t *conn)
|
||||
router_get_by_digest(conn->identity_digest)) {
|
||||
char dbuf[64];
|
||||
int severity;
|
||||
/*XXXX021 be smarter about when everybody says we are skewed. */
|
||||
/*XXXX be smarter about when everybody says we are skewed. */
|
||||
if (router_digest_is_trusted_dir(conn->identity_digest))
|
||||
severity = LOG_WARN;
|
||||
else
|
||||
@@ -615,7 +615,7 @@ command_process_netinfo_cell(cell_t *cell, or_connection_t *conn)
|
||||
apparent_skew, conn->_base.address, conn->_base.port);
|
||||
}
|
||||
|
||||
/* XXX021 maybe act on my_apparent_addr, if the source is sufficiently
|
||||
/* XXX maybe act on my_apparent_addr, if the source is sufficiently
|
||||
* trustworthy. */
|
||||
|
||||
if (connection_or_set_state_open(conn)<0)
|
||||
|
||||
Reference in New Issue
Block a user