-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.reportIssues and PRs related to process.report.Issues and PRs related to process.report.
Description
Currently in node diagnostic reports TCP and UDP sockets include the local and remote endpoints (using uv_*_getsockname()
and uv_*_getpeername()
respectively), however pipes/UNIX sockets do not. I believe it should be possible to provide these same values for pipes/UNIX sockets using uv_pipe_getsockname()
and uv_pipe_getpeername()
.
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.reportIssues and PRs related to process.report.Issues and PRs related to process.report.