network-2.3.0.13: Low-level networking interface

Safe HaskellSafe-Infered

Network.Socket.ByteString.IOVec

Description

Support module for the POSIX writev system call.

Documentation

data IOVec Source

Constructors

IOVec 

Fields

iovBase :: Ptr CChar
 
iovLen :: CSize
 

Instances