govorox / SSLClient

SSLClient - generic secure client Arduino library using mbedtls
GNU General Public License v3.0
84 stars 39 forks source link

How to adjust buffer size? #54

Closed Keivster closed 1 year ago

Keivster commented 1 year ago

Hi everyone! is there a way to increase the ssl_client buffer size? Im trying to send a large file using arduinohttpclient (a put operation) and I can't find if increasing the buffer size is possible or not.

Thanks!

RobertByrnes commented 1 year ago

There is no public API for this but if you want to do it ssl_client.h:23 #define SSL_CLIENT_SEND_BUFFER_SIZE 1024U. I will l mark this as closed now but if you have any further questions go ahead and open another issue. Linking this one.