mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Actually, dont send CREATE_FAST cells at all for now
svn:r4163
This commit is contained in:
parent
ab34901263
commit
830ac87611
@ -446,8 +446,9 @@ int circuit_send_next_onion_skin(circuit_t *circ) {
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (get_options()->ORPort || !router->platform ||
|
if (1 || /* Disable this '1' once we believe CREATE_FAST works. XXXX */
|
||||||
!tor_version_as_new_as(router->platform, "0.1.0.6-rc")) {
|
(get_options()->ORPort || !router->platform ||
|
||||||
|
!tor_version_as_new_as(router->platform, "0.1.0.6-rc"))) {
|
||||||
/* We are an OR, or we are connecting to an old Tor: we should
|
/* We are an OR, or we are connecting to an old Tor: we should
|
||||||
* send an old slow create cell.
|
* send an old slow create cell.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user