Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
Control the maximum socket receive buffer. More...
#include <google/cloud/storage/options.h>
Public Types | |
using | Type = std::size_t |
Control the maximum socket receive buffer.
The default is to let the operating system pick a value. Applications that perform multiple downloads in parallel may need to use smaller receive buffers to avoid exhausting the OS resources dedicated to TCP buffers.
using google::cloud::storage::MaximumCurlSocketRecvSizeOption::Type = std::size_t |