Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: optimize the doc about Unix abstract socket #52043

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions doc/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@

## IPC support

<!-- YAML
changes:
- version: v20.8.0
pr-url: https://github.com/nodejs/node/pull/49667

Check warning on line 26 in doc/api/net.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: Support binding to abstract Unix domain socket path like `\0abstract`.
We can bind '\0' for Node.js `< v20.4.0`.
-->

The `node:net` module supports IPC with named pipes on Windows, and Unix domain
sockets on other operating systems.

Expand Down