Loading changes/ticket33623 0 → 100644 +2 −0 Original line number Diff line number Diff line o Minor feature (sendme, flow control): - Default on sending SENDME version 1 cells. Closes ticket 33623. src/core/or/sendme.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
changes/ticket33623 0 → 100644 +2 −0 Original line number Diff line number Diff line o Minor feature (sendme, flow control): - Default on sending SENDME version 1 cells. Closes ticket 33623.
src/core/or/sendme.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading