commit 259fad5877ae4aefea7996eac4cac436d28e2ee6 parent 85414e1c18b09755d4371c30726ecbef562e7412 Author: teor <teor@torproject.org> Date: Thu, 19 Mar 2020 16:56:49 +1000 Merge remote-tracking branch 'tor-github/pr/1806' into maint-0.4.3 Diffstat:
| A | changes/ticket33623 | | | 2 | ++ |
| M | src/core/or/sendme.h | | | 2 | +- |
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/changes/ticket33623 b/changes/ticket33623 @@ -0,0 +1,2 @@ + o Minor feature (sendme, flow control): + - Default on sending SENDME version 1 cells. Closes ticket 33623. diff --git 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