mirror of https://github.com/arendst/Tasmota.git
Updated AWS IoT (markdown)
parent
68c3a3334d
commit
a7fc492a77
|
@ -311,18 +311,18 @@ 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 = **4608 bytes**
|
||||
* ThunkStack = **4808 bytes**
|
||||
* DecoderContext = **1152 bytes**
|
||||
* PrivateKey + Certificate = **800**
|
||||
* **Total for connection = 6.5k**
|
||||
* **Total for connection = 6.7k**
|
||||
|
||||
Memory needed during connection (TLS handshake - full CA validation):
|
||||
|
||||
* ThunkStack = **4608 bytes**
|
||||
* ThunkStack = **4808 bytes**
|
||||
* CA Certificate in RAM = **328 bytes**
|
||||
* DecoderContext = **3072 bytes**
|
||||
* PrivateKey + Certificate = **800**
|
||||
* **Total for connection = 8.8k**
|
||||
* **Total for connection = 9.0k**
|
||||
|
||||
### Connection Time
|
||||
|
||||
|
|
Loading…
Reference in New Issue