-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design references #1
Comments
Should also support Brotli compression at level 1, because it's...
Can use |
https://github.com/httptoolkit/brotli-wasm Potential Brotli implementation. |
Potentially, handshakes can timeout after 10 to 30 seconds, while a connection can be considered dead after having no activities for 90 to 150 seconds. Browsers time out after 30 for handshakes, and 120 or 300 for activities. |
Firefox settings (
|
NGINX default timeouts: https://www.baeldung.com/linux/nginx-timeouts#bd-basic-nginx-timeouts |
Some considerations to increase throughput or not, taken from designs of NGINX and I2P.
|
There is another possible attack with client IDs. Since server egress load would be distributed across all underlying connections set with the same client ID, there exists a chance where an attacker could've got some of the victim's S-C messages. Client ID bind messages could've added an extension that allows integration of a simple key verification/challenge if concerned, and rate limits could've been placed to limit how fast client ID binds can happen. However, with an ID space of |
Just a thought: Apart from forcibly offering reconstructed duplex connections, Ditzy could also be used as a multiplexing scheme... |
The text was updated successfully, but these errors were encountered: