aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/tran/ipc.md
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-11-23 07:27:47 -0800
committerGarrett D'Amore <garrett@damore.org>2024-11-23 07:27:47 -0800
commitb34990f79058c6b433a970c519ac13b4fec2cf38 (patch)
tree4c1d1d86c6b8b933c56c831e380e8368c18ad203 /docs/ref/tran/ipc.md
parentded2f41e048f9b03332c6bf1dacfbf9364f8aa6a (diff)
downloadnng-b34990f79058c6b433a970c519ac13b4fec2cf38.tar.gz
nng-b34990f79058c6b433a970c519ac13b4fec2cf38.tar.bz2
nng-b34990f79058c6b433a970c519ac13b4fec2cf38.zip
docs: Document removal of NNG_OPT_URL, even though it isn't done yet.
We're going to start ripping out support for it. The alternative functions should be used instead.
Diffstat (limited to 'docs/ref/tran/ipc.md')
-rw-r--r--docs/ref/tran/ipc.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/ref/tran/ipc.md b/docs/ref/tran/ipc.md
index ebf2fe89..c186cadd 100644
--- a/docs/ref/tran/ipc.md
+++ b/docs/ref/tran/ipc.md
@@ -24,7 +24,7 @@ name in the file system where the socket or named pipe should be created.
> [!NOTE]
> When using relative paths on POSIX systems, the address used and returned
-> in properties like `NNG_OPT_LOCADDR` and `NNG_OPT_URL` will also be relative.
+> in properties like `NNG_OPT_LOCADDR` will also be relative.
> Consequently, they will only be interpreted the same by processes that have
> the same working directory.
> To ensure maximum portability and safety, absolute paths are recommended
@@ -84,7 +84,6 @@ where supported by the underlying platform.
- [`NNG_OPT_PEER_PID`][NNG_OPT_PEER_PID]
- [`NNG_OPT_PEER_UID`][NNG_OPT_PEER_UID]
- [`NNG_OPT_PEER_ZONEID`][NNG_OPT_PEER_ZONEID]
-- [`NNG_OPT_URL`][NNG_OPT_URL]
[NNG_OPT_IPC_PERMISSIONS]: TODO.md
[NNG_OPT_IPC_SECURITY_DESCRIPTOR]: TODO.md
@@ -94,7 +93,6 @@ where supported by the underlying platform.
[NNG_OPT_PEER_PID]: TODO.md
[NNG_OPT_PEER_UID]: TODO.md
[NNG_OPT_PEER_ZONEID]: TODO.md
-[NNG_OPT_URL]: TODO.md
[sockaddr]: TODO.md
[sockaddr_ipc]: TODO.md
[sockaddr_abstract]: TODO.md