Search found 1 match

by DevXXX
Mon Jan 10, 2022 6:08 pm
Forum: ESP32 Arduino
Topic: TLS use too mush RAM
Replies: 0
Views: 2522

TLS use too mush RAM

I'm using esp32-arduino with Visual Studio (Visual micro ext) and can't understand how it's possible to reduce memory usage with tls connection. esp8266 sdk has option in WiFiClientSecure for MFLN: probeMaxFragmentLength for test and setBufferSizes. It's work great! We can use about 10Kb for establi...