mirror of https://github.com/arendst/Tasmota.git
Updated AWS IoT (markdown)
parent
4dd2ba837a
commit
b1a82a3473
10
AWS-IoT.md
10
AWS-IoT.md
|
@ -304,7 +304,7 @@ TLS on Tasmota has been aggresively optimised to use as little memory (heap) as
|
|||
|
||||
Memory consumption (nominal):
|
||||
|
||||
* BearSSL lib: **1424 bytes** (or 1024 bytes for TLS alone)
|
||||
* BearSSL lib: **1424 bytes** (or 1024 bytes with letsencrypt or regular TLS)
|
||||
* BearSSL ClientContext: **3440 bytes**
|
||||
* Buffers (1024 bytes in + 1024 bytes out + overhead): **2528 bytes**
|
||||
* **Total = 7.4k** (or 7.0k with letsencrypt or regular TLS)
|
||||
|
@ -313,15 +313,15 @@ Note: if you use USE_WEBSERVER, your impact is lowered by 2k since the Web log b
|
|||
|
||||
Memory needed during connection (TLS handshake - fingerprint validation):
|
||||
|
||||
* ThunkStack = **4808 bytes**
|
||||
* ThunkStack = **5308 bytes** (or **3608 bytes** with letsencrypt or regular TLS)
|
||||
* DecoderContext = **1152 bytes**
|
||||
* **Total for connection = 6.0k**
|
||||
* **Total for connection = 6.5k** (or **4.8k** with letsencrypt or regular TLS)
|
||||
|
||||
Memory needed during connection (TLS handshake - full CA validation):
|
||||
|
||||
* ThunkStack = **4808 bytes**
|
||||
* ThunkStack = **5308 bytes** (or **3608 bytes** with letsencrypt or regular TLS)
|
||||
* DecoderContext = **3072 bytes**
|
||||
* **Total for connection = 7.9k**
|
||||
* **Total for connection = 8.4k** (or **6.7k** with letsencrypt or regular TLS)
|
||||
|
||||
### Connection Time
|
||||
|
||||
|
|
Loading…
Reference in New Issue