diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-11 22:32:04 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-11 22:32:04 -0700 |
| commit | cb7c44c30278bf6b93944b9294c07566697406f0 (patch) | |
| tree | 4fe69bf28c01eb0ec5b0ed1ba511d37a3b4dd7ee /docs/ref/api/util | |
| parent | d82509e810aea45454f9b3692c5577bd86cd65c7 (diff) | |
| download | nng-cb7c44c30278bf6b93944b9294c07566697406f0.tar.gz nng-cb7c44c30278bf6b93944b9294c07566697406f0.tar.bz2 nng-cb7c44c30278bf6b93944b9294c07566697406f0.zip | |
Convert nng_socket_pair.
Also some cleanups on the organization of the mdbook.
Diffstat (limited to 'docs/ref/api/util')
| -rw-r--r-- | docs/ref/api/util/index.md | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/ref/api/util/index.md b/docs/ref/api/util/index.md index 1f202c0f..cc6ee7e2 100644 --- a/docs/ref/api/util/index.md +++ b/docs/ref/api/util/index.md @@ -2,14 +2,15 @@ This section documents various utility functions that may help with application portability. These are not fundamental to NNG -or Scalability Protocols, but we find them useful for a variety +or Scalability Protocols, but they are likely useful for a variety of other uses. -- [nng_alloc](nng_alloc.md) -- [nng_clock](nng_clock.md) -- [nng_id_map](nng_id_map.md) -- [nng_msleep](nng_msleep.md) -- [nng_random](nng_random.md) -- [nng_strdup](nng_strdup.md) -- [nng_strerror](nng_strerror.md) -- [nng_version](nng_version.md) +- [nng_alloc](nng_alloc.md) --- allocate memory +- [nng_clock](nng_clock.md) --- get time +- [nng_id_map](nng_id_map.md) --- identifier based mapping table +- [nng_msleep](nng_msleep.md) --- sleep milliseconds +- [nng_random](nng_random.md) --- get random number +- [nng_socket_pair](nng_socket_pair.md) --- create a connected pair of BSD sockets +- [nng_strdup](nng_strdup.md) --- duplicate string +- [nng_strerror](nng_strerror.md) --- return an error description +- [nng_version](nng_version.md) --- report library version |
