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?
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?