From ff66ec5f43547abc78b22ebcdfad32e2775bc9cb Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 17 Nov 2024 13:34:58 -0800 Subject: tcp/tls: Remove support for local interface address in dialer URLs This was an undocumented capability provided for libnanomsg. The correct way to obtain the same functionality is to use `NNG_OPT_LOCADDR`. --- docs/ref/migrate/nanomsg.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/ref/migrate/nanomsg.md') diff --git a/docs/ref/migrate/nanomsg.md b/docs/ref/migrate/nanomsg.md index bb668121..66add9b2 100644 --- a/docs/ref/migrate/nanomsg.md +++ b/docs/ref/migrate/nanomsg.md @@ -121,4 +121,11 @@ There are some exceptions. Be aware that the numeric values are _not_ the same. | `EMFILE` | [`NNG_ENOFILES`] | | `ENOSPC` | [`NNG_ENOSPC`] | +## Local Addresses for Dialing + +The ability to specify the source address in the UROL,to use when +using `nn_dial` inside the URL is not present in NNG. The correct +way to specify the local address is using the `NNG_OPT_LOCADDR` option on the +dialer before starting to dial. + {{#include ../xref.md}} -- cgit v1.2.3-70-g09d2