From 7ab64fc0c030368e54a9179a674121ca2d44ae6c Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 2 Jun 2021 08:05:06 -0700 Subject: fixes #1452 nng_aio_set_iov doc bug regarding max IOV count --- docs/man/nng_aio_set_iov.3.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/man/nng_aio_set_iov.3.adoc b/docs/man/nng_aio_set_iov.3.adoc index 3c774bd1..26c2789a 100644 --- a/docs/man/nng_aio_set_iov.3.adoc +++ b/docs/man/nng_aio_set_iov.3.adoc @@ -40,7 +40,7 @@ structures, which have the following definition: The _iov_ is copied into storage in the _aio_ itself, so that callers may use stack allocated `nng_iov` structures. The values pointed to by the `iov_buf` members are *not* copied by this function though. -A maximum of eight (8) `nng_iov` members may be supplied. +A maximum of four (4) `nng_iov` members may be supplied. NOTE: Earlier versions of the library could accept longer scatter-gather lists. However, no known consumers have ever needed a scatter-gather list longer than 4 vectors. -- cgit v1.2.3-70-g09d2