-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[aws-cpp-sdk-s3-crt]: Configure TCP connection-monitoring options
Based on awslabs/aws-c-s3#204, this exposes the following `ClientConfiguration` options to CRT: - `connect_timeout_ms`: S3 socket connection timeout; - `enableTcpKeepAlive`: enable TCP keep-alive probes; - `tcpKeepAliveIntervalMs`: TCP keep-alive wait/probe interval; - `lowSpeedLimit`: `aws-c-http` TCP connection speed monitoring; - `requestTimeoutMs`: to provide upper bound on the monitoring interval for `aws-c-http` TCP connection speed monitoring.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters