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
Mike Perry
Tor
Commits
5b00bb65
Commit
5b00bb65
authored
Nov 16, 2021
by
Mike Perry
Browse files
fixup! Implement congestion control parameter negotiation
static const
parent
364922e3
Pipeline
#18398
passed with stage
in 19 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core/crypto/onion_crypto.c
View file @
5b00bb65
...
...
@@ -50,8 +50,8 @@
#include
"trunnel/circ_params.h"
/* TODO-324: Add this to the specification! */
const
static
uint8_t
NTOR3_CIRC_VERIFICATION
[]
=
"circuit extend"
;
const
static
size_t
NTOR3_CIRC_VERIFICATION_LEN
=
14
;
static
const
uint8_t
NTOR3_CIRC_VERIFICATION
[]
=
"circuit extend"
;
static
const
size_t
NTOR3_CIRC_VERIFICATION_LEN
=
14
;
#define NTOR3_VERIFICATION_ARGS \
NTOR3_CIRC_VERIFICATION, NTOR3_CIRC_VERIFICATION_LEN
...
...
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