[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libssh with fixed max data lenght on esp8266
[Thread Prev] | [Thread Next]
- Subject: libssh with fixed max data lenght on esp8266
- From: Emiliano Gonzalez <egonzalez.hiperion@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 28 Jul 2020 18:18:52 -0300
- To: libssh@xxxxxxxxxx
I'm using libssh on ESP8266 and it works well. The problem is when call ssh_channel_write does not send immediately and continues enlarging the buffer (calling realloc_buffer). Is possible to send buffer after some fixed length?
Re: libssh with fixed max data lenght on esp8266 | Anderson Sasaki <ansasaki@xxxxxxxxxx> |