![]() |
XRootD
|
#include <cstdint>
#include <vector>
#include <sys/types.h>
Go to the source code of this file.
Classes | |
struct | XrdOucPgrwUtils::dataInfo |
struct | XrdOucPgrwUtils::Layout |
Compute the layout for an iovec that receives network bytes applying. More... | |
class | XrdOucPgrwUtils |
struct XrdOucPgrwUtils::Layout |
Compute the layout for an iovec that receives network bytes applying.
layout | Reference to the layout parameter (see below). |
offs | recvLayout: Offset at which the subsequent write occurs. sendLayout: Offset at which the preceding read occurs. |
dlen | recvLayout: Nmber of sock bytes to receive with checksums. |
dlen | sendLayout: Nmber of file bytes to read without checksums. |
bsz | The size of the buffer exclusive of any checksums and must be a multiple of 4096 (one page). If it's <= 0 then then the layout is computed as if bsz could fully accomodate the dlen. |
Definition at line 134 of file XrdOucPgrwUtils.hh.