You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we allow to set the mode: {mode, Mode :: binary | list} - but this is wrong as escalus expect the received data to be binary (e.g. the calls erlang:byte_size/1 on it here
if would say the same is for active
we disable Nagle's algorithm by default {nodelay, true} but have we measured it helps us?
we set {reuseaddr, true} but we already know that setting this to true prevents us from squeezing ~50K users from one Amoc node
Such work has already been made in:
However I see a few issues here:
{mode, Mode :: binary | list}
- but this is wrong as escalus expect the received data to be binary (e.g. the callserlang:byte_size/1
on it hereactive
{nodelay, true}
but have we measured it helps us?{reuseaddr, true}
but we already know that setting this to true prevents us from squeezing ~50K users from one Amoc nodeIMO that is to be fixed.
cc @erszcz, @michalwski @bszaf
The text was updated successfully, but these errors were encountered: