mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
relay: Update some self-test comments for IPv6
Part of 33222.
This commit is contained in:
parent
aade9f31e7
commit
4969dee102
@ -328,6 +328,7 @@ router_orport_found_reachable(void)
|
||||
if (options->TestingTorNetwork == 1) {
|
||||
reschedule_descriptor_update_check();
|
||||
}
|
||||
/* We'll add an IPv6 event in #34068. */
|
||||
control_event_server_status(LOG_NOTICE,
|
||||
"REACHABILITY_SUCCEEDED ORADDRESS=%s:%d",
|
||||
address, me->or_port);
|
||||
@ -365,7 +366,9 @@ router_dirport_found_reachable(void)
|
||||
}
|
||||
|
||||
/** We have enough testing circuits open. Send a bunch of "drop"
|
||||
* cells down each of them, to exercise our bandwidth. */
|
||||
* cells down each of them, to exercise our bandwidth.
|
||||
*
|
||||
* May use IPv4 and IPv6 testing circuits (if available). */
|
||||
void
|
||||
router_perform_bandwidth_test(int num_circs, time_t now)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user