Skip to content
Snippets Groups Projects
Commit c8f2dd1e authored by David Fifield's avatar David Fifield
Browse files

Reduce meek-server minSessionIdLength from 32 to 8.

Relevant to #12778, we can reduce the size of requests by reducing the
length of the Session-Id. Note that minSessionIdLength in meek-server is
the encoded length. In base64, 8 characters represents 6 bytes or 48
bits. There would have to be about 2^24 simultaneous sessions to have a
probability of collision more than half, so it still seems safe.
parent 47139fd3
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment