diff options
author | teor <teor@torproject.org> | 2020-03-19 16:56:49 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-03-19 16:56:49 +1000 |
commit | 259fad5877ae4aefea7996eac4cac436d28e2ee6 (patch) | |
tree | 4547973abb27d1a60e1a57caab9feb5d04265c7a /src | |
parent | 85414e1c18b09755d4371c30726ecbef562e7412 (diff) | |
parent | ee3e987898a1e656950aabf8bf0a99aed1450a98 (diff) | |
download | tor-259fad5877ae4aefea7996eac4cac436d28e2ee6.tar.gz tor-259fad5877ae4aefea7996eac4cac436d28e2ee6.zip |
Merge remote-tracking branch 'tor-github/pr/1806' into maint-0.4.3
Diffstat (limited to 'src')
-rw-r--r-- | src/core/or/sendme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/sendme.h b/src/core/or/sendme.h index d5b2f8c93f..05d37ec3bb 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 |