Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Specify TCP socket buffer size hints #2740

Closed
yangsmith opened this issue Nov 9, 2023 · 4 comments
Closed

How to Specify TCP socket buffer size hints #2740

yangsmith opened this issue Nov 9, 2023 · 4 comments
Assignees
Labels
documentation This is a problem with documentation. p2 This is a standard priority issue

Comments

@yangsmith
Copy link

yangsmith commented Nov 9, 2023

Describe the issue

I read the documentation (https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/client-config.html) and it says that I can specify the TCP socket buffer size hint, but I didn't find the related function in the SDK code

Links

https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/client-config.html

@yangsmith yangsmith added documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged. labels Nov 9, 2023
@jmklix
Copy link
Member

jmklix commented Nov 15, 2023

I think that might be incorrectly documented/outdated. Looking into getting that corrected

Why are you trying to change the buffer size? I would like to understand your use case so I can find the best solution for you.

@jmklix jmklix added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 10 days. p2 This is a standard priority issue and removed needs-triage This issue or PR still needs to be triaged. labels Nov 15, 2023
@jmklix jmklix self-assigned this Nov 15, 2023
@yangsmith
Copy link
Author

1, I look at the java sdk documentation(https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/ClientConfiguration.html) there are related functions (setSocketBufferSizeHints),But the test program is written in c++.
2、I don't want to rely on Linux to automatically adjust the TCP BUFFER SZIE, I want to manually adjust the buffer size without changing the system environment to test the program performance.

@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 10 days. label Nov 16, 2023
@jmklix
Copy link
Member

jmklix commented Apr 5, 2024

Thanks for this suggestion, but this is not currently supported in the crt dependency. It's also not something that we plan on adding anytime in the near future, so I'm closing this issue.

@jmklix jmklix closed this as completed Apr 5, 2024
Copy link

github-actions bot commented Apr 5, 2024

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is a problem with documentation. p2 This is a standard priority issue
Projects
None yet
Development

No branches or pull requests

2 participants