Re: libssh with fixed max data lenght on esp8266

2020-07-30 Thread Emiliano Gonzalez
> Sent: Tuesday, July 28, 2020 11:18:52 PM > > Subject: libssh with fixed max data lenght on esp8266 > > > > Hello, > > > I'm using libssh on ESP8266 and it works well. > > > > The problem is when call ssh_channel_write does not send immediately and &g

Re: libssh with fixed max data lenght on esp8266

2020-07-30 Thread Anderson Sasaki
- Original Message - > From: "Emiliano Gonzalez" > To: libssh@libssh.org > Sent: Tuesday, July 28, 2020 11:18:52 PM > Subject: libssh with fixed max data lenght on esp8266 > Hello, > I'm using libssh on ESP8266 and it works well. > > The prob

libssh with fixed max data lenght on esp8266

2020-07-28 Thread Emiliano Gonzalez
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?