Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
259fad58
Unverified
Commit
259fad58
authored
Mar 19, 2020
by
teor
Browse files
Merge remote-tracking branch 'tor-github/pr/1806' into maint-0.4.3
parents
85414e1c
ee3e9878
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/ticket33623
0 → 100644
View file @
259fad58
o Minor feature (sendme, flow control):
- Default on sending SENDME version 1 cells. Closes ticket 33623.
src/core/or/sendme.h
View file @
259fad58
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment