Merge remote-tracking branch 'tor-github/pr/1806' into maint-0.4.3

This commit is contained in:
teor
2020-03-19 16:56:49 +10:00
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
o Minor feature (sendme, flow control):
- Default on sending SENDME version 1 cells. Closes ticket 33623.
+1 -1
View File
@@ -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