david gauchard
david gauchard
Thanks for your investigations and fixes ! About curlftpfs I'll try to see why they try to open a second control connection.
Apparently only the stream mode is used by this implementation which makes it difficult to have a control on the packet size, which in turn prevents to use MFLN. There...
You are right about TCP. Peers can use whatever buffer size they wish, everything is buffered by the protocol or hold at its source until needed. That's why one should...
You should import submodules with `git submodule update --init` (from within the core repo)
I tried with the mock environment to try to find out the issues I have on the esp itself. *edit*: if mandatory functions are missing in the mock environment, we...
> OK for linux/mock environment but on the esp8266 itself -- don't I need them if a PROGMEM string is output? Or do the printf* functions in the esp8266 core...
> So yes in a way, it seems predictable: small files get sent, large files just don't even start to get sent. Only in mock environment ?
more insight [there](https://github.com/phoboslab/wipeout-rewrite/issues/13#issuecomment-1694755091)
Has anyone played with such changes ?
Did you check this [example](https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WiFi/examples/WiFiTelnetToSerial/WiFiTelnetToSerial.ino) ?