Mux and ED parameter
#3612
-
Hi! in transports like websocket and http upgrade, should i enable mux and ed=2560 at same time or one should be enough? i heard using both doesn’t make sense since they both do same thing. |
Beta Was this translation helpful? Give feedback.
Answered by
mmmray
Jul 29, 2024
Replies: 1 comment 1 reply
-
they both do similar things from user perspective ("reduce latency", "fix some traffic pattern"), but under the hood they don't do the same thing at all and can be used together to reduce latency even more.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bart3nder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
they both do similar things from user perspective ("reduce latency", "fix some traffic pattern"), but under the hood they don't do the same thing at all and can be used together to reduce latency even more.