+.Fa msg_iovlen
+shall be set to the dimension of this array. In each
+.Fa iovec
+structure, the
+.Fa iov_base
+field specifies a storage area and the
+.Fa iov_len
+field gives its size in bytes. Each storage area indicated by
+.Fa msg_iov
+is filled with received data in turn until all of the received data
+is stored or all of the areas have been filled.
+.Pp