Asio Extensions
Additional functionality built on top of (Boost.)Asio
|
Notes describing platform-specific implementation details and limitations.
CreateFileA
and CreateFileW
are used to open file handles.
At most one buffer may be transferred in a single operation.
open
is used to open file handles.
Asio's limitations regarding buffers apply here (most likely min(64,IOV_MAX)
buffers per OP).