aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/sendme.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-03-17 10:14:57 -0400
committerDavid Goulet <dgoulet@torproject.org>2020-03-17 10:14:57 -0400
commitee3e987898a1e656950aabf8bf0a99aed1450a98 (patch)
tree213f9a0e5b61c818c757bf796c177c8fe59b9655 /src/core/or/sendme.h
parentc22696e3606f9873ddbf02b11dc91214853b8317 (diff)
downloadtor-ee3e987898a1e656950aabf8bf0a99aed1450a98.tar.gz
tor-ee3e987898a1e656950aabf8bf0a99aed1450a98.zip
sendme: Emit version 1 by default
Closes #33623 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/core/or/sendme.h')
-rw-r--r--src/core/or/sendme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/sendme.h b/src/core/or/sendme.h
index 20477103fd..9d757ee435 100644
--- a/src/core/or/sendme.h
+++ b/src/core/or/sendme.h
@@ -48,7 +48,7 @@ void sendme_record_sending_cell_digest(circuit_t *circ, crypt_path_t *cpath);
#define SENDME_MAX_SUPPORTED_VERSION 1
/* The cell version constants for when emitting a cell. */
-#define SENDME_EMIT_MIN_VERSION_DEFAULT 0
+#define SENDME_EMIT_MIN_VERSION_DEFAULT 1
#define SENDME_EMIT_MIN_VERSION_MIN 0
#define SENDME_EMIT_MIN_VERSION_MAX UINT8_MAX