Add IOV_MAX and UIO_MAXIOV constants
These constant can be used to determine the maximum number of iovecs can be passed to functions like readv/writev. Linux like uses UIO_MAXIOV, while the BSD family uses IOV_MAX.
Loading
Please register or sign in to comment