-
Notifications
You must be signed in to change notification settings - Fork 28
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
Possibility to change mbedtls_ssl_conf_read_timeout #101
Comments
That makes sense and looks easy enough. Do you want to prepare a PR? Otherwise I can most likely add the binding in the next few days. |
Sure, I will try to make it today, so you can review or help if there will be some problems. |
Looks good. I've merged your commit and will make a new release. BTW: Did it solve your issue? PR #102 |
Yes, it does. Thanks a lot for quick support :) Btw, I have a question, maybe it's something I don't understand or don't know how to configure. |
I'd expect larger chains to work as well because it's in the while loop (line 438). If the stream is incomplete, The internal buffers are 32K. |
Looks like it sends only first chunk. |
I’ll have a look. It should be easy to test or simulate. Could you open a different issue for this? |
NOTE: Please use stackoverflow for support questions.
This repository's issues are reserved for feature requests and bug reports.
I am submitting a …
Description
I'm using yours library to communicate with some embedded device with low resources power, so some calculation takes some time(2-4sec).
I would like to have possibility to set up the response time, because I noticed it's set up to 1s by default (correct me if I'm wrong).
There is mbedtls_ssl_conf_read_timeout function to set up the desired value, would it be possible to add support for it?
Current behavior
Can't handle answers which comes after 1sec.
Expected behavior
It's possible to set up read timeout.
The text was updated successfully, but these errors were encountered: