Skip to content

Commit

Permalink
doc: optimize the doc about Unix abstract socket
Browse files Browse the repository at this point in the history
  • Loading branch information
theanarkh committed Mar 18, 2024
1 parent 1263bb6 commit 8e8bbe4
Showing 1 changed file with 8 additions and 0 deletions.
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 @@ const net = require('node:net');

## 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

0 comments on commit 8e8bbe4

Please sign in to comment.