File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/content/docs/components Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,12 @@ http_request:
4545
4646**For the ESP8266:**
4747
48+ - **tls_buffer_size_rx** (*Optional*, integer): Change TLS receive buffer size. Should be set to `16384` to fit the TLS
49+ record size of modern HTTP servers. This will increase RAM usage significantly and may require removing other
50+ components to free up RAM. You can check the max free heap block using the [Debug Component](/components/debug/). If
51+ the server is configured to support the MFL TLS extension, then this can be reduced, but of the popular servers only
52+ Apache and Nginx can be configured like that, and by default they are not. Defaults to `512`.
53+ - **tls_buffer_size_tx** (*Optional*, integer): Change TLS transmit buffer size. Defaults to `512`.
4854- **esp8266_disable_ssl_support** (*Optional*, boolean): Determines whether to include HTTPS/SSL support in the
4955 firmware binary. Excluding the SSL libraries from your build will result in a smaller binary, which may be
5056 necessary for memory-constrained devices (512 kB or 1 MB). If you see
You can’t perform that action at this time.
0 commit comments