Replies: 3 comments 6 replies
-
The MSS is set by esp-idf framework ( To change a esp-idf setting and still use arduino framework, you need to you pioarduino and hybrid compilation. There is an example in the project in
|
Beta Was this translation helpful? Give feedback.
-
@mathieucarbou thanks for the answer, but I mean how to increase this size if the maximum is 1440 in the config and it doesn't allow you to do more, maybe there are workarounds? |
Beta Was this translation helpful? Give feedback.
-
No - not on short term at least. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. Is it possible to increase the size of the data segment when receiving a large amount? As I found out, the size depends on the configuration in the SDK - Maximum Segment Size (MSS) 1440. But when using a standard web server from the espressif sdk, for example, the file downloads much faster.
Is it possible to increase the segment size for ESPAsyncWebServer?
Beta Was this translation helpful? Give feedback.
All reactions