diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/man/nng_tcp.7.adoc | 6 | ||||
| -rw-r--r-- | docs/man/nng_tls.7.adoc | 6 | ||||
| -rw-r--r-- | docs/man/nng_ws.7.adoc | 5 |
3 files changed, 0 insertions, 17 deletions
diff --git a/docs/man/nng_tcp.7.adoc b/docs/man/nng_tcp.7.adoc index 250e9399..c0c4a5f0 100644 --- a/docs/man/nng_tcp.7.adoc +++ b/docs/man/nng_tcp.7.adoc @@ -66,12 +66,6 @@ separating the port. For example, the same port 80 on the IPv6 loopback address (`::1`) would be specified as `tcp://[::1]:80`. -NOTE: When using symbolic names, the name is resolved when the -name is first used. _nng_ won't become aware of changes in the -name resolution until restart, -usually. -(This is a bug and will likely be fixed in the future.) - The special value of 0 (`INADDR_ANY`)(((`INADDR_ANY`))) can be used for a listener to indicate that it should listen on all interfaces on the host. diff --git a/docs/man/nng_tls.7.adoc b/docs/man/nng_tls.7.adoc index 61d0b220..43c5a913 100644 --- a/docs/man/nng_tls.7.adoc +++ b/docs/man/nng_tls.7.adoc @@ -88,12 +88,6 @@ separating the port. For example, the same port 4433 on the IPv6 loopback address ('::1') would be specified as `tls+tcp://[::1]:4433`. -NOTE: When using symbolic names, the name is resolved when the -name is first used. _nng_ won't become aware of changes in the -name resolution until restart, -usually. -(This is a bug and will likely be fixed in the future.) - TIP: Certificate validation generally works when using names rather than IP addresses. This transport automatically uses the name supplied in the URL when validating diff --git a/docs/man/nng_ws.7.adoc b/docs/man/nng_ws.7.adoc index bec579ac..1aede210 100644 --- a/docs/man/nng_ws.7.adoc +++ b/docs/man/nng_ws.7.adoc @@ -65,11 +65,6 @@ separating the port. For example, the same path and port on the IPv6 loopback address (`::1`) would be specified as `ws://[::1]/app/pubsub`. -NOTE: When using symbolic names, the name is resolved when the -name is first used. _nng_ won't become aware of changes in the -name resolution until restart, -usually. (This is a bug and will likely be fixed in the future.) - NOTE: The value specified as the host, if any, will also be used in the `Host:` ((HTTP header)) during HTTP negotiation. |
