aboutsummaryrefslogtreecommitdiff
path: root/src/nng.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-10-27 07:11:12 -0700
committerGarrett D'Amore <garrett@damore.org>2025-10-27 07:14:46 -0700
commit1d69c8f0393337d4f222cc1af1af813d77922c84 (patch)
treec34e9d40924ff288125e229904a6371edbebd5f7 /src/nng.c
parentbe13c2e8845423cec17af429fc4e16a5d9749e47 (diff)
downloadnng-1d69c8f0393337d4f222cc1af1af813d77922c84.tar.gz
nng-1d69c8f0393337d4f222cc1af1af813d77922c84.tar.bz2
nng-1d69c8f0393337d4f222cc1af1af813d77922c84.zip
Remove the ability to get sockaddrs from endpoints.
There is no valid use for this, once we added the ability to query the bound port.
Diffstat (limited to 'src/nng.c')
-rw-r--r--src/nng.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nng.c b/src/nng.c
index 82b1eb91..0b1c2f56 100644
--- a/src/nng.c
+++ b/src/nng.c
@@ -792,12 +792,6 @@ nng_dialer_get_ms(nng_dialer id, const char *n, nng_duration *v)
}
int
-nng_dialer_get_addr(nng_dialer id, const char *n, nng_sockaddr *v)
-{
- return (dialer_get(id, n, v, NULL, NNI_TYPE_SOCKADDR));
-}
-
-int
nng_dialer_get_tls(nng_dialer id, nng_tls_config **cfgp)
{
int rv;