High Water Mark for Client #56461
Replies: 1 comment
-
You're correct that Why Isn’t
|
Beta Was this translation helpful? Give feedback.
-
You're correct that Why Isn’t
|
Beta Was this translation helpful? Give feedback.
-
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