-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add a configure chapter to the socket usage guide #9508
Add a configure chapter to the socket usage guide #9508
Conversation
CT Test Results 2 files 70 suites 1h 7m 46s ⏱️ For more details on these failures, see this check. Results for commit d72db9c. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
As it is a user guide maybe it would be motivated to hint what the tradeoffs are for all the options even if some of them feel more obvious ?! |
802b325
to
43b58e0
Compare
@bmk In the table where you reference RCVTIMEO/SNDTIMEO you have "see below " references, I think that is only confusing. "Is not supported by default. If support is wanted it has to be enabled at build time with the configure flags ... , however we recommend using other means of timeouts, for instance ... , as these timeouts may cause unwanted behavior when used in an asynchronous message handling environment as our socket API" |
Add a chapter to the socket usage guide, describing all the 'socket' configure options.