High Water Mark for Client #56461
Unanswered
razorfrost44
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Node Net Sockets, the server can pass along a highWaterMark to set write and read sizes. A client can't do this. It creates an issue when attempting to match buffer sizes from one side to the other. A client creation only takes the default low 16MB size currently. Is there a reason we don't allow clients to set sizes and only have this option in the create server for a socket?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions