-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
dgramIssues and PRs related to the dgram subsystem / UDP.Issues and PRs related to the dgram subsystem / UDP.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
Right now if you want to send multiple buffers, you have to concatenate them before calling send(). It seems however that libuv is perfectly fine with receiving a bunch of buffers. I can imagine that in particular use cases, this could speed up message delivery tremendously. Would love to hear thoughts on this.
Metadata
Metadata
Assignees
Labels
dgramIssues and PRs related to the dgram subsystem / UDP.Issues and PRs related to the dgram subsystem / UDP.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.