mirror of https://github.com/arendst/Tasmota.git
Updated AWS IoT (markdown)
parent
e042202e60
commit
4dd2ba837a
|
@ -315,16 +315,13 @@ Memory needed during connection (TLS handshake - fingerprint validation):
|
||||||
|
|
||||||
* ThunkStack = **4808 bytes**
|
* ThunkStack = **4808 bytes**
|
||||||
* DecoderContext = **1152 bytes**
|
* DecoderContext = **1152 bytes**
|
||||||
* PrivateKey + Certificate = **800**
|
* **Total for connection = 6.0k**
|
||||||
* **Total for connection = 6.7k**
|
|
||||||
|
|
||||||
Memory needed during connection (TLS handshake - full CA validation):
|
Memory needed during connection (TLS handshake - full CA validation):
|
||||||
|
|
||||||
* ThunkStack = **4808 bytes**
|
* ThunkStack = **4808 bytes**
|
||||||
* CA Certificate in RAM = **328 bytes** (AWS CA) or **344 bytes** (Letsencrypt CA)
|
|
||||||
* DecoderContext = **3072 bytes**
|
* DecoderContext = **3072 bytes**
|
||||||
* PrivateKey + Certificate = **800**
|
* **Total for connection = 7.9k**
|
||||||
* **Total for connection = 9.0k**
|
|
||||||
|
|
||||||
### Connection Time
|
### Connection Time
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue