Get an iovector suitable for e.g. writev()
auto iov = buf->getIov(); auto xfer = writev(fd, iov.data(), iov.size());
Naturally, the returned iovector is invalid if you modify the buffer chain.
An fbvector of iovec entries describing the chain data. methodset IOV